I have a form that I want to use to update a table.
The form is like this:
Clan_name: |-----------|
Clan_URL : |-----------|
etc, etc.
What would be a very easy process script that the form posted to, to update the table.
and could you do:
$query = "UPDATE clans SET clan_name = '$clan_name' , SET clan_url = '$clan_url' WHERE clan_name = '$clan_name;
Thanks
Alex.