php tutorial HOW TO MAKE LOGIN FORM (register.php) Author Syarif Hidayatullah Date June 20, 2013 In this lesson, we build register form for our registration page. This is the...
Learning, php tutorial, tips How to get user’s IP and hostname in PHP Author saungker Date July 23, 2012 To get user’s IP and hostname:
Learning, php tutorial Regular Expression PHP Author saungker Date May 23, 2012 Regular Expression Will match… foo The string “foo” ^foo “foo” at the start...
php tutorial PHP tutorial Part8 Author saungker Date January 29, 2012 INSERT THE ANOTHER PAGE on PHP You don’t have to rewrite the same code...
php tutorial PHP tutorial Part7 Author saungker Date January 29, 2012 KNOW ABOUT POST After you learn about HTML, you will know that HTML has...
php tutorial PHP tutorial Part6 Author saungker Date January 29, 2012 LOOP Loop is used to repeat the PHP codes. If you want to repeat...
php tutorial PHP tutorial Part5 Author saungker Date January 29, 2012 CONDITIONAL STATEMENT IF The syntax to write “IF” function in PHP is <? If...
php tutorial PHP tutorial Part4 Author saungker Date January 29, 2012 ARRAY Array is Index that allows you to make one variable for variety of...
php tutorial PHP tutorial Part3 Author saungker Date January 29, 2012 Arithmetic Operator There are several operator for Arithmetic that we use on PHP. Like...
php tutorial PHP tutorial Part2 Author saungker Date January 29, 2012 Syntax of PHP When you start to write PHP, you must type the ‘box’...