Hello,
I have a mysql db table named dt_news
and in that table I have two fields
id (this auto inc)
link (this filled in based on a form)
I want to be able to change the data in link when id=$id
I know how to make the connection and get to the db
I know how to add a new id and link, I just need to know how to modify the link field.
Thanks
Chris