Hi
If you want to add double quotes inside a string, put the string between simple quotes:
$variable = 'some "text" in this string';
Or, escape the quotes:
$variable = "some \"text\" in this string";
MarPlo
Junior Poster in Training
55 posts since Apr 2012
Reputation Points: 1
Solved Threads: 15
Skill Endorsements: 0
Question Answered as of 11 Months Ago by
rotten69,
MarPlo
and
rajengg