I'm running windows ME with mysql, php 4 and apache. I have started getting the following error: Unable to save result set
when trying to do a simple query:
$monthlyresult = mysql_query("select * from month");
Any ideas on how to correct this problem or what is causing this problem.
Thanks
Ray