So I'm working on a website and having some strange errors showing up:
12/26/2007 6:13:00 PM
are you sure the $fields and $values arrays exist?
12/26/2007 7:47:59 PM
yeup ^ is right. You are getting bad data in your string functions. you need to do some data checking before calling implode, especially boundary conditions (null strings, escaping characters)
12/26/2007 7:53:38 PM
Ya know, I had a sneaking suspicion that was it... I guess I should just make sure the array has index >= 2 before imploding it?
12/26/2007 9:56:33 PM