Web Development Using PHP and MySQL
Web Development Using PHP and MySQL
“Hypertext Preprocessor”
PHP is a widely-used, free, and efficient alternative to competitors such as Microsoft's ASP.
It is powerful enough to be at the core of the biggest blogging system on the web
(WordPress)!
PHP is compatible with almost all servers used today (Apache, IIS, etc.)
PHP is free.
PHP code are executed on the server, and the result is returned to the browser as plain
HTML
PHP can create, open, read, write, delete, and close files on the server