Monday, September 28, 2015

Understand the PHP Variables Types, PHP Tutorials for Beginners Easy learning | phpeasylearning.tk


Storing information or Assigning a value in PHP program is done by using Variables.
In PHP all variables are declare with leading dollar sign ($)

<?php
$apple="red";
?>

PHP Supports total of Eight Data Types:
See All Types

 

No comments:

Post a Comment