How do I change the order of my table fields without deleting the field and re-inserting it, using PHP myAdmin?
if you have MySQL Workbench you can easily reorder columns using mouse, graphically.
Just connect to your database, select your table and after right click, alter table and then drag columns to reorder them.