Hi,
I have been working with php for awhile now, but I am bum fuzzled on this one:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/xxxxx/public_html/xxxxx/index.php on line 5
adminlogin.php
<?php
include "mysql.php";
$res=mysql_query("select * from pagelay");
$mygrow = mysql_fetch_array($res);
?>
now the other page but it is giving it on two lines:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/xxxxx/public_html/xxxxx/index.php on line 5
I have tried placing the flush in the code and it didnt work.
And I keep getting this :
Password field is empty, please click your browsers 'back' button.
And the password is in the field and correct??
Thanks In Advance I hope I placed the (code) right