To save some time I want to copy the structure of an existing table to a new table.
What is the best way to do this ?
I use phpmyadmin and the sql box.
Thanks
If you use PHPMyAdmin go to the table you wish to copy then click on operations and go down to the copy table form.
Thanks - I have decided the quickest way is to write a liitle utility prog and copy n paste in my table fields. Much better and quicker !