Frank,

  With so many various suggestions coming your way, i'll add my 2 cents.

I have gone through all this mess. Read the information from the manual
about

strings
constants
arrays (why "$some_array[id]", $some_array[id] are wrong, but would work
sometimes) [unless u have intentionally defined id as a constant]
error_reporting (set this to E_ALL at all times, it advocates cleaner code)

read the posts from tomh and jason wong again, they will make things clear

HTH

g




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

Reply via email to