PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
$querytwo = ("SELECT money FROM members WHERE uname='$member'") or die (mysql_error());
$getnum = mysql_fetch_array($querytwo);
$money = $getnumї'money'];
Error
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/arabnet/public_html/equinique/purchase_horse.php on line 35