View Single Post
Old November 19th, 2005, 09:42 AM   #9 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,057
Try this in uploadproduct.php

list( $pptemplate, $reviewtype ) = mysql_fetch_row($reviewtypes);

$Globals['cattemp'] = $pptemplate;
}
else {
$Globals['cattemp'] = $pptemplate;
$cat = 0;
}

htmlspecialchars was the cause
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; November 19th, 2005 at 09:57 AM.
Chuck S is online now   Reply With Quote