Learning PHP and MySQL

Example 03-11 Working with strings

<?php
$my_string  
=  "Margaritaville  -  Suntan  Oil  Application!";
echo  
"Margaritaville  -  Suntan  Oil  Application!";
?>

Posted by on 07/19 at 03:43 PM
  1. Just testing comments posting.

    Posted by  on  10/09  at  12:39 PM
  2. Page 1 of 1 pages

Next entry: Example 03-12 Using a variable in a string definition

Previous entry: Example 03-10 PHP_SELF being used with a file called test.php

<< Back to main