PHP MYSQL Help........?

runeknight94

New member
Hey everyone.
I need some help.
Here is what im trying to do.
I need to display data (all data) from a data base and display it on a website and have it editable this way i can edit it and reupload it.

So in short hand i need to edit my data base in real view not in MYSQL view.

How do i do this or what is the script called?
 
Editing in basic, you can use PHPMyAdmin. Which allows you to edit your database. If you need want a custom script, then you'll have to google up a script or write one yourself.
 
i'm guessing you need to upload a view (virtual table) that references a table (with the dataset) that you can edit when you want..

but that's a stab in the dark
 
Back
Top