Try changing "Valued" to "Valued-"
or alternatively you can try what lat9 suggests (adding the single quotes) and change the values as follows:
217 $firstname = 'Valued ';
218 $lastname = 'Customer';
or
217 $firstname = 'Valued ';
218 $lastname = 'Customer';
Again, untested.. But see what happens.. If you get a blank page please post the text from the error log..
Bookmarks