PHP Personal Home Page now it is Hypertext Pre Processor.
Version : 6 (PHP 6)
Advantages,
- Addition of improved MySql Extension
- PHP 6 support Unicode, so that PHP 6 can handle all languages in the world. I faced lot of problems with ‘Malayalam’ font integration.
- PHP 6 cleans up a lot of garbbages that was left in php 5
- The two biggest removals are the “Magic Quotes” and “register globals” features
Download and Test PHP 6 at http://snaps.php.net/
What is magic Quotes ?
It automatically escapes single quotes or double quotes in form data by inserting a “\” Back slash in front of it. Now this automatic feature called magic Quotes has been removed in PHP6.
Leave a Reply