Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

How To Edit MySQL Data Using PHP

Share this post!
 Vote this!

This tutorial is designed for the user to update there own information so we will only be editing row for this user. ou are going to need to create the database if you haven’t done so yet. I called my table `TestTable` and populated the following fields:

ID – Integer, Auto increment
FName – varchar (first name)
LName – varchar (last name)
PHON – varchar (phone number)  more...

0 comments:

Post a Comment