View Single Post
Old 09-16-2010, 04:46 PM   PM User | #1
lse
New Coder

 
Join Date: Oct 2009
Posts: 54
Thanks: 2
Thanked 0 Times in 0 Posts
lse is an unknown quantity at this point
to check if Product_Description database field, is empty I must use what

<cfif Product_Description EQ ''>
Product Description:<cfoutput>#Product_Description#</cfoutput><br />
</cfif>

to check if Product_Description database field, is empty I must use what?
null , "" , '' ?

null exist in CFML?

Also upon image upload how get actual pixel dimesions WxH?

Last edited by lse; 09-16-2010 at 04:48 PM..
lse is offline   Reply With Quote