k3n3t1k Posted October 24, 2007 Report Share Posted October 24, 2007 I am currently working on a website that uses PHP and MYSQL.I need to enter data from a form into the database.There are 2 radio buttons in the form.What would be the best way to enter tha data into the database?Thanks in advance. Link to comment Share on other sites More sharing options...
justsomeguy Posted October 24, 2007 Report Share Posted October 24, 2007 All of the form data will either be in the $_POST or $_GET array, depending on how the form works. Check the w3schools site for the PHP forms tutorial, or check the PHP tips topic in this forum for more information. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now