Search results

  1. T

    how to write html on a mac?

    You have to write the files in plain text (not iWorks or Word) and then save as .html Notepad in Windows applies no formatting at all; it's just straight ASCII.
  2. 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