php_variables
This is an old revision of the document!
PHP Variables
- The second Roger/Charles class, on Oct. 14, 2022.
Variables
What's a variable and what can you do with it?
abc.php
<?php $a = 5172; $b = 171; echo $a * $b; echo "\n"; ?>
php_variables.1728191455.txt.gz · Last modified: 2024/10/06 05:10 by appledog