Correction, the three lines are:
$host = $_POST['host']; $username = $_POST['username']; $userpasswd = $_POST['userpasswd'];
Log in to post a comment.
Correction, the three lines are:
$host = $_POST['host'];
$username = $_POST['username'];
$userpasswd = $_POST['userpasswd'];