Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php variables

<?php
/* In PHP, a variable starts with the $ sign, 
followed by the name of the variable:
*/

$txt = "Hello world!";
$x = 5;
$y = 10.5;
?>
Source by www.php.net #
 
PREVIOUS NEXT
Tagged: #php #variables
ADD COMMENT
Topic
Name
3+9 =