Learning PHP and MySQL
Example 03-13 Single quotes used in a string assignment
<?php
$my_string = 'Margaritaville - Suntan Oil Application!';
echo $my_string;
?>
Posted by on 07/19 at 03:44 PM
Next entry: Example 03-14 Various special characters in string assignments
Previous entry: Example 03-12 Using a variable in a string definition