Posted by David Johnstone on 12/18/45 11:51
> > does anyone know of a php script that allows me to edit
> > (the data in) any mysql table?
>
> Do you mean a class or a web based-application if the latter try
> phpMyAdmin: http://www.phpmyadmin.net
Thanks Deano, that looks like a pretty useful package. But it
seems to be mainly for database maintenance and design.
What I'm really looking for is something like a data entry form
that I can use to edit data in an existing table. I'd like to be able
to edit existing rows in tabular format, enter new rows, and delete
rows. I don't think phpmyadmin is for this - or am I wrong?
Couldn't see anything like that in the description.
There are standalone clients like Navicat one can buy that
do this, but I think it should be fairly simple to implement something
like this in php that works via a web browser. If I really can't find
anything I'll have a go myself.
David
>
> Deano
[Back to original message]
|