Search results

  1. T

    PHP - How do I setup a link to modify one field in a mysql database via URL?

    Use $_GET for the id. Search online on how to use it. After you get the ID, you can do a query like "SELECT * FROM mprofiles WHERE id=$id"
Back
Top