PHP beginner question here...
I'm trying to define variables with characters in them that PHP uses as syntax. For instance:
Code:$variable1='Today's date is April 17th'
The apostrophe after "y" in "Today's" tells PHP that I'm done defining the variable, when in fact I'm not. Is there some other method I can use?
Thanks in advance