Hell there when i try and connect to pull thing out of the database i get the following error:
Warning: mysql_fetch_object(): supplied argument is not a valid My
Want to use SELECT *
You can also use
mysql_query($sql, $con) or die("Error in $sql:" . mysql_error($con));
If you don't want to use die() then you can use echo to see what the error was and help debug the application at least.