Re: [PHP] reposting in textarea

2003-07-16 Thread Jason Wong
On Wednesday 16 July 2003 21:08, Artoo wrote: > That didn't seem to work. I changed the echo $old_data to echo > $_SESSION['old_data'] since old_data is a session variable. > > I put a test line echo $_echo $_SESSION["old_data"]; just before the form > is displayed to make sure the data is being

Re: [PHP] reposting in textarea

2003-07-16 Thread Artoo
That didn't seem to work. I changed the echo $old_data to echo $_SESSION['old_data'] since old_data is a session variable. I put a test line echo $_echo $_SESSION["old_data"]; just before the form is displayed to make sure the data is being set, which it is and has the correct data. But the dat

Re: [PHP] reposting in textarea

2003-07-14 Thread Fejes Jozsef
use or if it's enabled -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php