[PHP] Submitting info from a form to a db

2004-09-15 Thread Logan Moore
heres the code, but im getting an error ? mysql_query(INSERT INTO `users`(fullname, email, username, password) VALUES ('.$_POST['fullname'].', '.$_POST['email'].', '.$_POST['username'].', '.md5($_POST['password'].')); ? This time I dont have a clue whats happening -- PHP General Mailing List

[PHP] Simple Problem about forms and sending info to db

2004-09-14 Thread Logan Moore
I am currently coding a cms. So far I have completed the security login/password system but have now moved on to a new area of php. Uploading info to a database. This is the code as it stands now. ?php if($_GET[action] == ){echo form name=adduser method=post action=adduser.php?action=adduser

[PHP] Re: Simple Problem about forms and sending info to db

2004-09-14 Thread Logan Moore
speechmarks which are not part of the echo statement. I could still do with an example of how to put the information from the form into the db though. As I have never done this before. Logan Moore [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am currently coding a cms. So far I have