Ok I'm pretty sure thats finished lol.
I'm now not sure about this part
Quote:
Adding a table to your forums database
---------------------------------------
Now you will need to create this table for logging of the username and last time they updated.
CREATE TABLE namelogs (userid INT (5) not null , usernames LONGTEXT not null , lastchange INT (12) not null )
Adding New Templates
|
Am I still in the the phpadmincenter for this? If so I see nothing about create new table, I see rename to: and Copy table to:
Then I see table maintenance and table comments.
I'm confused lol