Hi...
You have to end a string with either a single or double quote mark, depending on what you started the string with.
ie:
$testStr = 'This is my test string...';
If you left off the single quote mark at the end, PHP would give you an error...
Perhaps if you post the code you are trying to run I could be more specific.
Matt