Re: Re[2]: [PHP] Re: Javascript Mouseover Help

2004-03-18 Thread Jake McHenry
No prob. I'm still working on a fix for my problem. I know I don't have a javascript error, if I copy and paste to another file it works fine. Just not in the php file. I'll mess with including it with the

Re: Re[2]: [PHP] Re: Javascript Mouseover Help

2004-03-18 Thread Five
"Tom Rogers" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Friday, March 19, 2004, 1:11:52 AM, you wrote: > > > F> Doesn't $name = "blah blah"; define it enough? > > > Not if it comes after $table_1 = "".$name.""; > at this point $name does not exist. Try turning on E_A

Re[2]: [PHP] Re: Javascript Mouseover Help

2004-03-18 Thread Tom Rogers
Hi, Friday, March 19, 2004, 1:11:52 AM, you wrote: F> Doesn't $name = "blah blah"; define it enough? Not if it comes after $table_1 = "".$name.""; at this point $name does not exist. Try turning on E_ALL error reporting and it will tell you things like this. -- regards, Tom -- PHP Gene