Where to put urer name and details in this code please help me
"Enter your details:<br>
<form action='install.php?level=1' method='post'>
Admin Password:<br>
<input name='pass' type='text' value='1234'><br>
Mysql Host:<br>
<input name='serv' type='text' value='localhost'><br>
Database Name :<br>
<input name='db' type='text' value='sea'><br>
Db Username:<br>
<input name='userbd' type='text' value='root'><br>
Db Password :<br>
<input name='passbd' type='text' value=''><br>
<input type='submit' value='Submit'>
</form>";
}
"Enter your details:<br>
<form action='install.php?level=1' method='post'>
Admin Password:<br>
<input name='pass' type='text' value='1234'><br>
Mysql Host:<br>
<input name='serv' type='text' value='localhost'><br>
Database Name :<br>
<input name='db' type='text' value='sea'><br>
Db Username:<br>
<input name='userbd' type='text' value='root'><br>
Db Password :<br>
<input name='passbd' type='text' value=''><br>
<input type='submit' value='Submit'>
</form>";
}
Comment