10Nov
What is this “Math” you speak of?
tut007.php
<a href="?var=8">Hot tacos</a>
<?php
echo $_REQUEST['var'];
echo (4*3)/(2*2);
echo "<br />";
echo (4)/(3*2*2)-3;
echo sqrt(256);
echo abs(-500);
echo trim("Bunnyz!");
?>
Here are all the php functions used in this tutorial:
Posted by Kloplop321 @ 5:11 pm