Quote:
|
Originally Posted by andrew TUTORIAL 1
<html>
<?php
echo ("TEXT HERE") ;
?> OR TRY THIS, IT DOES THE SAME THING:
<html>
<?php
print ("TEXT HERE") ;
?> you learned how to write text! TUTORIAL 2
<html>
<?php
$username = "Christopher" :
echo ($username) ;
?> the variable username is written down. in this case christopher, because the username equals christopher. |
why your tutorial about php is so short...this code is very simple, and basic...
give more,please....
