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-15 Using echo with special characters
Previous entry: Example 03-12 Using a variable in a string definition