Hello:
I am thinking about creating a new user table but when I do a search it only returns "create new user". Can anyone point me in a direction that is about NEW user tables. As for why, part PaRaNoId, part just because.
Hello:
I am thinking about creating a new user table but when I do a search it only returns "create new user". Can anyone point me in a direction that is about NEW user tables. As for why, part PaRaNoId, part just because.
Do you mean a temporary table to store user information? If so it means a table that is protected from your data as users input isn't trusted.
Are you talking about mySQL tables?
You can use: phpmyadmin
This is what i usually use to create a table
if you are paranoid about your existing structure being deleted, my suggestion would be to do a backup and/or dumping the database and storing an extraction of the data on a separate machine.
Now as for actually creating a new table. take a look at
http://dev.mysql.com/doc/refman/5.1/...ate-table.html
Bookmarks