Re: Possible Syntax Error?
you aren't assigning your array a correct index. you're using i when you should be using $i. only thing I could think of. never used extract() with a query before, so if it still isn't working or if that was just some typo on your part, you can always try using $row['tip'] instead.
Re: Possible Syntax Error?
Wow, I can't believe I made such a simple mistake. What the hell was I thinking? That was exactly the problem, I am almost embarrassed.... I had a late night last night, but THANK YOU SO MUCH
Re: Possible Syntax Error?
Set your PHP warning level to emit warnings, and even notices. This shouldn't have gone unnoticed. (Pun not intended.)