On January 23, 2010, In PHP, by pankaj_eng
PHP stands for the PHP HyperText Preprocessor. PHP is server side scripting language. Server Side means that any user request a PHP page in the browser. Then the request is send to the server and the server then compile the code at the server side and convert is to html and return to the client or user. [...]
