| | Hi, i think that you want me to teach PHP from first (basic): php starts with a <?php and ends with a ?> the first function that you should know is PRINT: here is a sample : CODE <?php print "hello world!"; ?> you can use ECHO instead of PRINT CODE <?php echo "hello world!"; ?> OK, it was the first session. we will be more advenced in next session |

