I am trying to install a script that everyone else seems to have luck with. I have php 4.1.2 and the newest MySQL. Everything is installed correctly, so i know its not that. Including the script. I dont know anything about mysql, so i wasnt sure if it could have anythign to do with that. (i am running on a payed host, they set it up)
Here is the error im getting.
Warning: Supplied argument is not a valid MySQL result resource in /home/www/macscr/newnuke/modules/EZCMS/admin/modules/userpage.php on line 23
Here is the line 23:
list($defnumsect ) = mysql_fetch_row($result);
Thanks,
Mark