"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