Read the latest web development and design tips at Fred Wu's new blog! :-)
Poke me on GitHub

Posts Tagged ‘single quotes’

“This is one line.\nThis is another line.”

‘This is one line.\nThis isn’t another line. Plus, this will show the \n’

‘This gets processed faster, but variables need to be ‘.$external

“This gets processed slower but can parse $internal varialbes.”

Related posts