Jump to content

[solved] Inserting Forms Information into MySql Tables


superhoops

Recommended Posts

You forgot the comma after the team insert in your query

[code]Team = '".$_POST['Team']."'[/code]

put the comma at the end

Also you way want to clean up your form. Internet explorer may end you form tags for you but other browsers may not. Close out all you option tags and any others

example:
[code]<option value="Cltn">Charlton Athletic[/code]

should be
[code]<option value="Cltn">Charlton Athletic</option>[/code]

Ray
It completely works now. I can't Thank You enough ray you have been a huge help as has Crayon.

Now i have the possibly tougher task of extracting the information from the database to a html table but i have read a tutorial so it shouldn't be too bad.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.