Hi, can anyone help me debug this piece of code please, any help will be much appreciated!
Its the body of a message im sending with mail() function..
Thanks,
Chris
Getting this error in FireBug..
Parse error: syntax error, unexpected '.' in /var/www/virtual/capetownalive.co.za/htdocs/bookings/scripts/xmlHttpRequest.php on line 28
$message = 'Cape Town Alive - Cape Xtreme Booking Request'
. 'Name:' . cleanPosUrl($_POST['posName']);
. 'Email:' . cleanPosUrl($_POST['posEmail']);
. 'Staying:' . cleanPosUrl($_POST['posStaying']);
. 'Country:' . cleanPosUrl($_POST['posCountry']);
. 'Contact:' . cleanPosUrl($_POST['posContact']);
. 'Actvity:' . cleanPosUrl($_POST['posActivity']);
. 'Comments:' . cleanPosUrl($_POST['posComments']); ';