Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/path/join.php on line 9
Not at all sure what this is. Line 9 =
$row_count = mysql_num_rows($ExecuteQuery);
Warning: Wrong parameter count for ereg() in /home/path/join.php on line 11 password verified
Warning: fopen(/home/path/users/.htpasswd): failed to open stream: Permission denied in /home/path/open.php on line 5
Warning: flock(): supplied argument is not a valid stream resource in /home/path/open.php on line 7
Warning: fwrite(): supplied argument is not a valid stream resource in /home/path/open.php on line 11
Warning: flock(): supplied argument is not a valid stream resource in /home/path/open.php on line 14
Warning: fclose(): supplied argument is not a valid stream resource in /home/path/open.php on line 17
Obviously it cannot fopen my htpasswd file ... why I'm not sure.
ereg() I got here a few weeks ago
ereg("[A-Za-z0-9-]+([.]{1}[A-Za-z0-9-]+)*@[A-Za-z0-9-]+([.]{1}[A-Za-z0-9-]+")
Any clues? ideas? help?
TIA
lilRachie