Hi there...
After I have setup a page with a form, on clicking the the SUBMIT Button, I get the following error message:
Parse error: syntax error, unexpected '=', expecting ',' or ')' in C:\wamp\www\....\test.php on line 4
The code is as follows for line 4:
&query_rs_Date = "Select tbl_weeklymain.DateMain FROM tbl_weeklyMain GROUP BY tbl_weeklymain.DateMain";
Can't seem to find what the problem is...
Any help would be appreciated....
After I have setup a page with a form, on clicking the the SUBMIT Button, I get the following error message:
Parse error: syntax error, unexpected '=', expecting ',' or ')' in C:\wamp\www\....\test.php on line 4
The code is as follows for line 4:
&query_rs_Date = "Select tbl_weeklymain.DateMain FROM tbl_weeklyMain GROUP BY tbl_weeklymain.DateMain";
Can't seem to find what the problem is...
Any help would be appreciated....