Author Topic: Being able to add a quotation mark to a string  (Read 279 times)

Pretty much echo("""); except that doesn't work. Isn't there a backslash index number so I can use it in strings?

Just put in \"

Like doing echo("\"hi\""); would echo "hi"