Re: Keep posted data

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

ascll@yahoo.com


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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux