View Single Post
Old 10-20-2005, 02:44 AM   #11 (permalink)
teknomage1
Jack of all trades
 
teknomage1's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 598
teknomage1 is on a distinguished road
Send a message via AIM to teknomage1
Sorry, I read quickly and missed the part about the page not loading. My correction had to do with your statement that ProductID was not being set. It wasn't being set because 'order'+$ProductId will always yield zero.

I don't see anything that should make the page fail, but if ProductID is not zero, I don't see anything that would be output either. Does there need to be paranthesis around that if statement as well?

EDIT: Wait a minute. Do you have error reporting turned off? I think calling mysql_fetch_array without the argument $resultcount should throw an error like "NULL is not a valid mysql result set" or something like that.
__________________
Stop intellectual property from infringing on me
teknomage1 is offline   Reply With Quote