Jump to content

Syntax help


user4fun

Recommended Posts

What do i need to finish this off 9 sorry noobie here)<code> <html> <body> <form> <input type="text" name="NewEmail" size="20"><input type="submit" value="Submit" name="JoinList"> </form> <? // I am sure i need more code here INSERT INTO tblNewsLetter (Email) VALUES ('NewEmail from the textbox in the form') ?> </body> </html> </code>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...