|
Posted by Chris on 11/20/84 11:51
I use SQLyog, there's a scaled-down free version that does OK for editing.
It doesn't have a form interface and it is a stand-alone program that you
install on your own machine, but it does have the ability to edit tables in
a table interface. Find it at http://www.webyog.com/.
Christina
"David Johnstone" <david_ffm@mail.com> wrote in message
news:1151411645.671580.187010@x69g2000cwx.googlegroups.com...
>> > 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
>
Navigation:
[Reply to this message]
|