Thread: Hide profile
View Single Post
  #7  
Old 6th October 2008, 15:58
PuterDude PuterDude is offline
Member
 
Join Date: Aug 2008
Posts: 4
Default
Thanks:D but I don't understand this:

Code:
ALTER TABLE `users` ADD `anonymous` enum('yes','no') default NULL;
Can someone tell me what the different things is?
All i know is that this code is suppose to be in the database

thanks
Reply With Quote