This is a discussion on PHP security within the PHP Programming forums, part of the Web Development category; From Avi Lewin's PHP Weekly Summary("http://www.zend.com/zend/week/week46.php"): Another article published ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| From Avi Lewin's PHP Weekly Summary("http://www.zend.com/zend/week/week46.php"): Another article published within the last week has raised security concerns with PHP again. After much discussion among the development team, the following handy tips have come to light. If you take them into account when coding in PHP, your scripts will be much more secure. 1. Always initialize your variables. 2. Turn register_globals off in php.ini. 3. Set your error level to E_ALL in php.ini while debugging, to help check for any holes. 4. Use the built-in arrays. Items 2 and 3 will be set to those values as a default shortly. After the release of PHP 4.0.7, PHP 4.1.0 will be made available with these changes.
__________________ Thanks & Regards, Jegan CBK "We will either find a way, or make one!” |
| Sponsored Links |
| |||
| Hi friends, Useful information have been given about security in the following link. Plz check it out. ONLamp.com -- PHP Security, Part 3
__________________ Thanks & Regards, Jegan CBK "We will either find a way, or make one!” |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Security in PHP | rekhaa | PHP Programming | 153 | 09-24-2008 07:56 AM |
| Sql Security | vadivelanvaidyanathan | Database Support | 1 | 08-09-2007 08:51 AM |
| Security for ASP.net | nhoj | ASP and ASP.NET Programming | 0 | 04-09-2007 09:19 AM |
| VB.net Security | nhoj | VB.NET Programming | 1 | 04-06-2007 01:50 AM |
| eBay Security | nhoj | eCommerce | 0 | 04-03-2007 12:00 PM |