What is PHP?
Friday, December 28th, 2007In the short and sweet definition of PHP it is a server sided script writing language usually written in HTML. It is a widely-used general purpose scripting language. Of course it is not like ordinary HTML language, PHP script is especially suited for web development and can be put into HTML. PHP is now officially known as “PHP: HyperText Preprocessor”.
The long story is that PHP orginally derived from Personal Home Page tools, which is now known as PHP:HyperText Preprocessor. It was created as an alternative to Microsofts Active Server Page (ASP) technology. PHP and ASP both are scripts that can be embedded into a web page with HTML. Before it can be viewed by a user, the web servers “calls” PHP to interpret and perform specific operations for the PHP script.PHP code can query databases, create images, read and write other files and of course talk to remote servers. The possibilites are endless.
PHP can support environments such as Apace and MySQL, this futhers its popularity. however, it is primarily used in Linux web servers. It can also work in other environments and is supported by an extensive list of databases and web-servers. PHP popularity has risen due to the different approaches we are taking now to publish sites (Web-publishing).
If you are curious as to how much money you are going to have to dish out for this specific language, the answer is none. PHP is free and offered under an open source license. It is a great script for use, and if you can I would suggest trying it out.
