Hello Tijnema, Friday, July 13, 2007, 10:09:05 PM, you wrote: > You're using a ' here, which ends the string. Use one of these: > $websitetitle = "John Doe's Site"; > OR > $websitetitle = 'John Doe\'s Site'; > Just a matter of preference ;) Thanks Tijnema But still get: Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /.... on line 14 So i still don't have a clue what i could have snipped and if i have everything in the correct order. -- Best regards, Luc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php