I runt he code though apache, and it comes up with a parse error on line 246
{ if ($id > 0) idquery($connection, $id, $quicksearch)//goto idquery function
if (empty($quicksearch)) //line 246 { ?><!-- show form
Any help would be great, thanks.
Look at line 244, your missing a ;
Thanks Trysten, that seems to have done the trick. Its always the smallest of errors, isn't it?