Harlequin wrote:
sql == "INSERT INTO RegisteredMembers
(TXT_UserID,TXT_UserPassword,TXT_Comments,TXT_FurtherComments)
VALUES('".$NewUserID."','".$NewUserPassword."','".$NewUserComments."','".$NewUserFurtherComments."')";
This should be $sql = " ... " and then you need to run the query w
I've managed with a lot of help to get the PHP pages to echo the results of
what a user put into a "User Registration" page. However, I'm still having
trouble getting the code right to actually commit the data on the
"Registered" page that the "Register" page points to.
Can anyone help...?
Code a
2 matches
Mail list logo