Archive for April, 2008

PHP – Single vs. Double Quotes (Part 2)

Saturday, April 5th, 2008

Single quotes are used to define a set of characters and double quotes for variables, and as said the two are not inter-changeable and PHP will not check for a variable within single quotes. Below is a faster way of doing the same script with the simple substitution of the ...