On January 23, 2010, In PHP, by pankaj_eng
Merit and Dmerit of OOPs.
PHP can be used as a OOPS(Object Oriented Programing) . I define “can be”. It means it is not necessary to use PHP as a OOPS, In simple Program. If you are making a simple project using PHP don’t use concept of OOPS. Using OOPs in a simple project your work become more [...]
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. [...]
