if you're using Windows. Check out phpfront at the address below. I must
accept that I don't completely understand your problem, but I found this
software to be more usable than the phpMyAdmin. (if your code has to know
when a field's value in the database is 'NULL' you may have problems with
phpMyAdmin, because it inserts NULLs as blank space)..
Anyway.. the limitation of this application is
1) it runs on windows only.. no web interface.
2) for some reason it doesn't let you do stuff on a table that doesn't have
a primary key defined.
http://www.anse.de/mysqlfront/
oktay
----- Original Message -----
From: "Robert Campbell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 18, 2001 3:11 AM
Subject: [PHP] phpMyAdmin edit function not working
> I've got mysql & php running in a windows millenium
> system (yes, sad, I know), and I'm running phpmyadmin 2.1.0
>
> Anyway, I have a database with three cells of information:
>
> item_name
> item_list
> item_description
>
> Each cell contains numerous pieces of data seperated
> by a ¤ symbol (for exploding into an array). There is alot
> of data in each cell, and when I go to choose "edit" or
> "delete" the browser does nothing.
>
> I thought it was just an IE error, but the same happens
> in Netscape 6.0 and Netscape 4.8. So I skimmed through
> the source, copied the URL and pasted it into a new window.
>
> Only about half of the URL pasted. The only thing I can figure
> is that the address is too long. If this is the case, I'm trying to
> find out if anyone has tried converting phpmyadmin to use form
> buttons as opposed to parsing the data directly through the URL
> as a way to bypass this.
>
> Or if no one has tried that (and god I hope you have) does anyone
> know of another database management program like this that DOES
> use form buttons?
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]