Got a connection to the database set up yep.
Put in that echo select as you suggested and it returned the following:
select=SELECT * FROM MEETINGS WHERE area=Brighton Warning: Supplied argument is not a valid MySQL result resource in /home/public_html/members/meetings.php on line 68 num_dl=num_dl
Thing is, I have another query like this:
if ($case==1)
{
$res_dl = mysql_query ("
SELECT * FROM MEETINGS WHERE areaid=$areaid ORDER BY morder");
$num_dl = mysql_num_rows ($res_dl);
}
Now, the variable $areaid is only numbers, not text invovled. So the address would look like:
meetings.php?case=1&areaid=7
That works fine and is on the same page so?? Bah! =/