Wednesday, 21 October 2015

PHP 5 Variables

Creating (Declaring) PHP Variables In PHP, a variable starts with the $ sign, followed by the name of the variable: Definition:A variable can have a short name (like x and y) or a more descriptive name (age, carname, total_volume).
<!--php $txt = "W3Schools.com"; echo "I love $txt!"; ?-->

Share

& Comment

0 comments:

Post a Comment

 

Copyright © Taha Codes™ is a registered trademark.