I was wondering if there is a shorter way to write the following code:
<input type="text" name="username" value="<?if(isset($_POST['username'])){ echo $_POST['username']; }?>" />
I am very sorry that these are all my forms, since isset () validation really messed up my HTML and frightens the frontmen off.
php
Hanpan
source share