About 520,000 results
Open links in new tab
  1. PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. Originally created by Rasmus Lerdorf in 1994, the …

  2. beginner to master tool for making dynamic and interactive Web pages. PHP is the widely-used, free, and efficient alternative to competitors such as Microsoft's ASP. In our PHP tutorial you …

  3. About the Tutorial ts with databases. PHP is basically used for developing web-based sof ware applications. This tutorial will help you understand the basics of PHP and how to

  4. When you finish it, you will know how the PHP language works, how to use the many powerful extensions that come standard with PHP, and how to design and build your own PHP web …

  5. Introduction The following is a quick introduction and summary of many aspects of the PHP language for those who have some programming experience. Although this overview is not …

  6. This manual describes the PHP extensions that interact with MySQL. Documentation for each extension resides in the PHP project's source repository, and is available from php.net.

  7. PHP Cheat Sheet PHP Conditions & Loops if (condition) { action } elseif (condition) { action } else { action } switch (1st half of condition) { case "2nd half of condition": action break; default: …