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