Page 2 of 2

Posted: Tue Jul 03, 2007 4:54 pm
by superdezign
Part of my 'Expert' advice for PHP programmers is to never assume that your code is correct. Don't blame the server, or the database, or PHP itself, or the extensions. Nine times out of ten, the code is just wrong.

php coding

Posted: Wed Jul 04, 2007 6:16 am
by chrisranjana
Proper error checking at stages will eliminate coding debacles and go a long way in creation of stable code.