Re: Form + database / PHP survey + database

2004-06-23 Thread James E Hicks III
On Wednesday 23 June 2004 03:32 pm, tommie ramirez.andujar wrote: > Dear colleagues.. > > I am new to mysql and I am trying to do the following, to create a php file > that may contain some kind of form or survey and the data entered may be > added to a database. Here's the code of the html form >

RE: Form + database

2004-06-23 Thread Nic Skitt
Hi Tommie, >From the HTML you have sent there are a number of things you need to do. Firstly you need to group your radio buttons correctly and give them appropriate values. You will need to construct a table in MySQL to take the results. You will need to create the relevant PHP script to receiv