i create a database with tables in phpMyAdmin...
but when i enter my website it will display
"Warning: Supplied argument is not a valid MySQL result resource "
but i checked the error line got nothing wrong??
code here:
$query = "select * from general where id=0 order by date limit 15";
$result = mysql_query($query);
so what's the problem?? and how to solve it?