Quoting PHP Strings
August 26th, 2005 | by admin | shiflett.orgPHP developers generally understand the difference between using single quotes versus double quotes to enclose a string. If you need stuff to be interpreted, you use double quotes. If you need to indicate a literal string, you use single quotes:
<?…
