Untitled
unknown
php
4 years ago
211 B
8
Indexable
<?php
if($_POST['username']){
$username = $_POST['username'];//make sure to escape it so no one can inject malicious code here
$password = $_POST['pass']; //make sure to encrypt the password
}?>Editor is loading...