Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PHP Variables
- Variables are "containers" for storing information.
- Creating (Declaring) PHP Variables
- Example
- <?php
- $txt = "Hello world!";
- $x = 5;
- $y = 10.5;
- ?>
- download file:http://bit.ly/31qw3gm
Add Comment
Please, Sign In to add comment