- Impact
- 7
I want some mysql help please. I have a code for PHP + HTML but i need some MYSQL help also another thing i need to have a page after you login you will be able to browse around places. Here is my PHP code that i am using for register and sign-in.
I dont know the rest of the php or MYSQL codes.
I dont know any of the rest of the codes in that one either so can you guys please help me?
thanks a lot,
-Coolprogram
PHP:
<html>
<body bgcolor="black">
<body text="green">
<h1>Register</h1>
<p>
<form action="cool.php" method="POST">
Desired Username:
<input type="text" name="username" value="Username">
<br>
Type in a password
<input type="password" name="password" value="pass">
<br>
Re-type password
<input type="password" name="password" type="pass">
<br>
<input type="submit" name="Submit" value="Submit">
</body>
</html>
PHP:
<html>
<body bgcolor="black">
<body text="green">
<h1>Register</h1>
<p>
<form action="browse.php" method="POST">
Username:
<input type="text" name="username" value="Username">
<br>
Type in your password
<input type="password" name="password" value="pass">
<br>
<input type="submit" name="submit" value="submit">
</body>
</html>
thanks a lot,
-Coolprogram




