Page 1 of 1

Finding indexed fields in tables

Posted: Tue Mar 13, 2007 2:21 pm
by tsg
I am needing a way to either determin if a field in a table is indexed OR list indexed fields for a table with php. It would be something like you would see in phpmyadmin where it shows you the indexed fields, but I am needing to check fields before reindexing in a script.

Thanks!

Posted: Tue Mar 13, 2007 3:35 pm
by volka

Posted: Tue Mar 13, 2007 3:57 pm
by tsg
Thanks a lot! exactly what I needed.

Thanks
Tim