I'm tring to edit a record in my database, manually, using phpMyAdmin. It's for a commenting system, and someone left a comment, which is screwing my layout up.
It lets me edit any records exept this one - the links "edit" and "delete" links don't work (mouse pointer doesn't turn into a hand over them). The entry is, by far, the longest in my database. Could that be the reason? I tried optimising the table but it didn't help.
I'm using PHP 4.2, phpMyAdmin 2.2.6, MySQL 3.23.49. The table type is MyISAM. The field type is "text"
Thanks.