> I am a newbie PHP programmer, I have some code that works but I want some
> tips on how I an Improve my code, i.e. should I be doing my updates /

> include ("../db.php");

     Some things I do is use single quotes   include '../db.php' ;
     (they are slightly faster, no replacments looking for $ variables)

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to