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

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

Reply via email to