PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
The way it works is that your closing quote needs to match the opening quote.. so if you open with ' you need to close with ', and between quoted blocks you should glue things together with periods (full stops) eg 'Text here'.$var.'more text here' ... Don't put a period at the end, or two periods next to each other.
Thank you for your timely response (5 minutes...) and your help, although it appears that the ' quotes denote (at least in this case) output text, so i get a string that says, for example, "thank you,\nZach"