Search found 2 matches
- Sun Apr 08, 2012 12:53 am
- Forum: Tutorials
- Topic: not a valid MySQL result resource
- Replies: 4
- Views: 735
Re: not a valid MySQL result resource
oooooh ok, that makes sense. I will give it a try and let you know... Thanks guys.
- Fri Apr 06, 2012 3:18 pm
- Forum: Tutorials
- Topic: not a valid MySQL result resource
- Replies: 4
- Views: 735
not a valid MySQL result resource
Hello All, I am getting the following errors and I cannot figure it out: Warning: mysql_result() expects parameter 1 to be resource, boolean given in /Applications/XAMPP/xamppfiles/htdocs/login/core/inc/user.inc.php on line 11 Here is the code: <?php function user_exists($user){ $user = mysql_real_e...