RichOrlando
Technical User
I'm working with a PHP/MySQL setup, with several scripts that were passed along to me (so I can't claim to have written them from scratch). I get the same error: "Supplied argument is not a valid MySQL result resource in ....(global path).... on line XX"
Line XX in each of my scripts is a while loop:
While ($myrow = mysql_fetch_row ($result))
Is this too generic of a question to ask without actually seeing my code?
Line XX in each of my scripts is a while loop:
While ($myrow = mysql_fetch_row ($result))
Is this too generic of a question to ask without actually seeing my code?