PHP is very popular web programming. Many sites are building from PHP. PHP is very easy to learn and many hosting ready PHP.If you want created a PHP programming you need a Webserver recomended Apache and IDE to create PHP script (notepad can be used).
Now you can configure webserver with XAMPP tools. Install xampp for your computer and you can create PHP programming immediately. In this article we try created first PHP script.
1. Install XAMPP. If you don't have a XAMPP download in this urlhttp://www.apachefriends.org.
2. After installed XAMPP, open notepad or IDE PHP like codelobster, PsPad etc.
3. Type this on your IDE :
echo "HELLO THIS IS MY FIRST PHP SCRIPT";
4. Save that script at C:\xampp\htdocs ( if you installed xampp at C drive) with name hello.php.
5. Open your favorite browser (firefox, chrome etc).
6. Type at address localhost\hello.php
7. If succesed you can see this picture.
OK, Good Luck To Try!


Tidak ada komentar:
Posting Komentar