Monday, November 10, 2008

What is PHP?

Question: What is PHP?
Answer: * PHP stands for PHP Hypertext Preprocessor.
* PHP scripts run inside Apache server or Microsoft IIS.
* PHP and Apache server are free.
* PHP is the most used server side scripting language.
* PHP files contain PHP scripts and HTML.
* PHP files have the extension “php”‚ “php3”‚ “php4”‚ or “phtml”.

No comments:

How to solve mysql ERROR 1118 (42000) Row size too large

  I had this issue with MYSQL 5.7 . The following worked althoug...