Standard insert/update/delete code for simple table?

Discussion in 'PHP' started by HenryCan, Aug 6, 2014.

  1. #1
    I'd like to write - or acquire - code that displays a simple table (name, phone number, email address, plus a comments field) on a web page in a password-protected page and allows a user to add his own information, update it or delete it.

    I figure hundreds of people and companies have written something like this so I'd like to find either an example I can imitate or even an existing package that I can simply customize to the specifics for my own table.

    Can anyone help me with that? Or am I going to have to reinvent the wheel for the gazillionth time and write it myself?
     
    HenryCan, Aug 6, 2014 IP
  2. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #2
    What you are asking for is NOT reinventing the wheel. It's actually just using a function of SQL...
     
    NetStar, Aug 10, 2014 IP