Hi Guys
I am getting the following error:
Parse error: syntax error, unexpected '}' in /home/9144/domains/cbweb.co.uk/html/propertyEnquiry .php on line 5
This is the referring PHP code...
[PHP]<?php ('_class_functi ons/rental_sales_sh im.php');
require_once('_ class_functions/enquiryList.php ');
require_once('v ars.php');// make sure visitor has selected a property to enquire about if(!empty($_SES SION[$shim.'enq_list '])) {
require_once('_ class_functions/mailFnc.php');
}?>[/PHP]
Have I missed a trick here or is it a little more complicated? Hope someone can help soon...
Thanks
Mike
I am getting the following error:
Parse error: syntax error, unexpected '}' in /home/9144/domains/cbweb.co.uk/html/propertyEnquiry .php on line 5
This is the referring PHP code...
[PHP]<?php ('_class_functi ons/rental_sales_sh im.php');
require_once('_ class_functions/enquiryList.php ');
require_once('v ars.php');// make sure visitor has selected a property to enquire about if(!empty($_SES SION[$shim.'enq_list '])) {
require_once('_ class_functions/mailFnc.php');
}?>[/PHP]
Have I missed a trick here or is it a little more complicated? Hope someone can help soon...
Thanks
Mike
Comment