I try to use template JOBS in PHPRUNNER...but only when i try to open jobs_list.php i receive this answer:
Parse error: syntax error, unexpected T_STRING in /home/httpd/vhosts/demo-comuni.com/httpdocs/JOBS4/include/jobs_events.php on line 158
this line is:
$rstt = db_query("select `Title`, concat(City,', ',state,' ',Zip) as Location, jobtype.Type as Category From `jobs` left join jobtype on jobtype.ID=jobs.TypeID where jobs.ID=".$_REQUEST["editid1"], $conn);
The same if I try in local whit easyphp1.8... I think that is strange..I don't modify nothing from template...you know what is this error?
Please ... I need exactely this project for my work...
PS(all other template run well)
Thank's