
Now with the correct check1.php
Moderators: Developer, Contributor
Code: Select all
<?php
$password="";
?>
<label class="password">
<span>Password</span>
<input type="hidden" name="password" value="<?php echo $password ?>" />
<input id="password" name="password" value="" type="password" placeholder="Password"><span class="required">*</span>
</label>