On Monday 21 July 2003 00:23, Beauford.2005 wrote:
> These files were already done from last year, so I figured I would just
> carry on with them. Last year they did not have to be manipulated - so
> it wasn't a big deal. I have since changed the whole thing and am now
> using a database (took me a whole 45 minutes), which I was using anyway
> to hold all my other info. I'd still be curious though as to why the
> other way did not work.

If it's not obvious from examining the code then you have to get down to some 
serious debugging. Most importantly you need to:

 - incorporate error checking into your code, examine the values returned from 
all functions

 - var_dump() all your major variables and verify that they are what you 
expect them to be

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
What's all this brouhaha?
*/


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

Reply via email to