Safe Mode is an attempt to solve the shared-server security problem. It is architecturally incorrect to
try to solve this problem at the PHP level, but since the alternatives at the web server and OS levels
aren’t very realistic, many people, especially ISP’s, use safe mode for now.
(more…)
Archive for the ‘Php’ Category
Tips and Tricks PHP CON 2002
Wednesday, May 28th, 2008Flickr and PHP
Saturday, May 17th, 2008Normalised data is for sissies
Keep multiple copies of data around
Makes searching faster
Have to ensure consistency in the application logic
Managing PHP Performance
Friday, May 16th, 2008Most large applications will end up using Most large applications will end up using
databases for information storage.