NameSilo

MYSQL Help Please...

Spaceship Spaceship
Watch

Coolprogram

Established Member
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.

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>
I dont know the rest of the php or MYSQL codes.
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>
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
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
so basically you want us to write a full log in script minus the forms? interesting... i dont have time to do that, but i can help u a little.

1) in ur first code, the input of password retype has type="password" and type="pass". i think u want the second type="pass" to say value="Password"

2) first code: you cant have two <input name="password"> it has to be name="password1" and name="password2" or something like that. otherwise, the script wont noe wut ur referring to.

3) u dont need a name= for the submit button if ur using external script files.


as for a fully functional log in script, try this one:
http://www.namepros.com/showthread.php?t=113786

it was made by a NP'er and it works great.

good luck.
 
0
•••

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Live Options
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back