Saturday, February 12, 2011

Tutorial PHP. What is PHP? Apa sih itu PHP ?

What is PHP? Maybe it's a question that is on the minds of colleagues when he heard the word PHP.Apa sih PHP itu ? Mungkin itu pertanyaan yang ada di benak rekan-rekan saat mendengar kata PHP.PHP is a script that integrates with HTML and are on the server (server-side HTML embedded scripting).PHP merupakan script yang menyatu dengan HTML dan berada pada server (server side HTML embedded scripting). With PHP you can create a variety of web-based applications, ranging from simple web pages to complex applications that require a connection to the database.Dengan PHP ini Anda dapat membuat beragam aplikasi berbasis web, mulai dari halaman web yang sederhana sampai aplikasi komplek yang membutuhkan koneksi ke database.

Until now have many databases that have been supported by PHP and will likely continue to grow. Database are:Sampai saat ini telah banyak database yang telah didukung oleh PHP dan kemungkinan akan terus bertambah. Database tersebut adalah :

    * dBase
    * DBM
    * FilePro
    * mSQL
    * MySQL
    * ODBC
    * Oracle
    * Postgres
    * Sybase
    * Velocis



In addition, PHP also supports the connection with the IMAP protocol, SNMP, NNTP and POP3.Selain itu PHP juga mendukung koneksi dengan protokol IMAP, SNMP, NNTP dan POP3.