- Joined
- Aug 16, 2006
- Messages
- 1,317
- Reaction score
- 49
What is the meaning of life?
Kidding,
I have this code:
I have all my connections, selects, and if's and error's to tell me if it's wrong. But it's right it said. But the script doesnt insert, any reason?
Kidding,
I have this code:
PHP:
$insert = "INSERT INTO accounts (username, password, active) VALUES ('".$_POST['username']."', '".$_POST['pass']."', '1')";
$add_member = mysql_query($insert);

