well, maybe you can use this

<input type="text" name="field" value="<?php if ($_POST['field'])
{ echo $_POST['field']; } else {} ?>">

regards
Sascha

ascll wrote:

Greetings,



I'm using



<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">



to post the data on my form to the database. Once I posted the data, those
data disappear from the form. So, is that a way for me to keep my posted
data on the form?



Thanks in advance.



ascll

[EMAIL PROTECTED]


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



Reply via email to