4

Starting with PHP

view full story
linux-howto

http://www.go2linux.org – It's been a long time since my last PHP post, so today we will start with some basic example of a PHP program What is PHP?, well from Wikipedia we have: PHP: Hypertext Preprocessor is a widely used, general-purpose scripting language that was originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document. As a general-purpose programming language, PHP code is processed by an interpreter app (HowTos)