What is PHP? What is MySQL? Why PHP?


Introduction to PHP
PHP is a server-side scripting language.
What You Should Already Know
Before you continue you should have a basic understanding of the following:
â€ĸ HTML
â€ĸ Some scripting knowledge
If you want to study these subjects first, find the tutorials on our Home page.
What is PHP?
â€ĸ PHP stands for PHP: Hypertext Preprocessor
â€ĸ PHP is a server-side scripting language, like ASP
â€ĸ PHP scripts are executed on the server
â€ĸ PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid,
PostgreSQL, Generic ODBC, etc.)
â€ĸ PHP is an open source software
â€ĸ PHP is free to download and use
What is a PHP File?
â€ĸ PHP files can contain text, HTML tags and scripts
â€ĸ PHP files are returned to the browser as plain HTML
â€ĸ PHP files have a file extension of ".php", ".php3", or ".phtml"
What is MySQL?
â€ĸ MySQL is a database server
â€ĸ MySQL is ideal for both small and large applications
â€ĸ MySQL supports standard SQL
â€ĸ MySQL compiles on a number of platforms
â€ĸ MySQL is free to download and use
PHP + MySQL
â€ĸ PHP combined with MySQL are cross-platform (you can develop in
Windows and serve on a Unix platform)
Why PHP?
â€ĸ PHP runs on different platforms (Windows, Linux, Unix, etc.)
â€ĸ PHP is compatible with almost all servers used today (Apache, IIS, etc.)
â€ĸ PHP is FREE to download from the official PHP resource: www.php.net