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 data doesn't show up in the textarea of the form.


"Fejes Jozsef" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> use
>
> <textarea ...><? echo $old_data; ?></textarea>
>
> or
>
> <textarea ...><?=$old_data?></textarea>
>
> if it's enabled
>
>



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

Reply via email to