WHAT A LAMP Rotating Header Image

What is PHP

is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.

The syntax is very similar to Perl and C. is often used together with Apache (web server) on various operating systems. It also supports ISAPI and can be used with Microsoft’s IIS on Windows, but I recommend to use Apache.

The following features described what is:
* stands for : Hypertext Preprocessor
* is a server-side scripting language, like ASP
* scripts are executed on the server
* supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.)
* is an open source software (OSS)
* is free to download and use

The best combination of the Web tech is , Apache, MySQL, and Linux.
This is what we call L.A.M.P

When I learning the , I alway like to check PHP Manual time to time.
This online manual is keeping updated.

Tags:

Related posts

Comments are closed.