|
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..
|