I seem to be getting the following error;
Warning: Supplied argument is not a valid MySQL result.
On this line of code;
$attend = mysql_fetch_array($attended);
The data is in the database but is not recognised.
I have used a debugger on but does not seem to work.
$attend = mysql_fetch_array($attended);
debugger_on ("cis-m1-4.sund.ac.uk")
or die ('The debugger could not be enabled');
I have been told to debug my code but I do not know how to do this? Is there anybody out there who can help.