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 <script tags, but
it's not how I wanted to do it. I'll mess with it and let everyone know.

I do not get any javascript error messages. I know what was being said about
the error in the bottom left of IE, but that doesn't appear. I even tried
putting in alert("hi"); and it didn't work, which is why I said I think php
is not allowing the javascript to be executed for some reason.

Jake




----- Original Message ----- 
From: "Five" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 18, 2004 11:26 AM
Subject: Re: Re[2]: [PHP] Re: Javascript Mouseover Help


>
> "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 =
"<table><tr><td>".$name."</td></tr></table>";
> > at this point $name does not exist. Try turning on E_ALL error
> > reporting and it will tell you things like this.
> >
> > -- 
> > regards,
> > Tom
>
> Cool, it works!
> include ("the file where the tables are stored") after the the variables
are defined, and it works.
> I took 3 semesters of C and C++  programming. I should have figured that
out myself.
>
> Thanks Tom. Can you steer me to where the E_ALL error reporting gets
activated?
> Some ini file I imagine?
>
> And oh yeah, I don't know if it helped Jake, but it worked for me.
> Thanks for starting the topic, Jake.
>
> Dale
>
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

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

Reply via email to