Thursday, 31 March 2016

Creating (Declaring) PHP Variables

<?php
$txt = "Hello world!";
$x = 5;
$y = 10.5;
?>

0 comments:

Post a Comment