dogtag 0 Report post Posted June 7, 2007 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 : <?phpprint "hello world!";?> you can use ECHO instead of PRINT <?phpecho "hello world!";?> OK, it was the first session. we will be more advenced in next session Share this post Link to post Share on other sites
SamiFX 0 Report post Posted June 7, 2007 nice thing you did, I hope you complete other sessions .. the more advanced thing so I'm waiting .. thanks Share this post Link to post Share on other sites