Search results

  1. L

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

    Ok.. I need to modify one spot in mysql database. I neet to have it run via a url (modify.php). modify.php?id=2 Table = mprofiles field id = is MODIFY APPROVED TO "0" How type of array / code will I use for this? I'm new to mysql/php
  2. L

    How can I make a line in PHP that deletes a row.?

    Ok I have a table that has a id of "RID" I want to have a delete.php?rid=1 -- So how would I make the php info in the delete.php file?
Back
Top