I'm trying to do a very basic search and results page system that searchs for records and pulls then out of a MySQL database. But everytime I try to run it I get a parse error- see what I mean here: www.eovie.com/clients/oval/db2/results.php
I'm pretty sure it's something to do with bits of code all virtually identical to this: <?php
$rsOvalresultsvarHouseaddress2 = "-1";
if (isset(Request.QueryString("Houseaddress2")))
{$rsOvalresultsvarHouseaddress2 = Request.QueryString("Houseaddress2");}
?>
There are quite a few of them in the page because it's basically the declaration of variables for use in the MySQL statement. See want you think, PLEASE reply if you can help!