Artikel
Membuat dan Test koneksi ke databases
Sebelum melakukan pembuatan aplikasi yang menggunakan database. Terlebih dahulu kita test apakah...
PHP 5 SyntaxA PHP script is executed on the server, and the plain HTML result is sent back to the browser....
PHP 5 TutorialPHP is a server scripting language, and a powerful tool for making dynamic and interactive Web...
PHP 5 VariablesVariables are "containers" for storing information. Creating (Declaring) PHP VariablesIn PHP, a...
PHP 5 echo and print StatementsIn PHP there are two basic ways to get output: echo and print. In this tutorial we use echo (and...