- Impact
- 19
Hey
i read about database normalization and all..and as everyone knows i am PHP noob:p lol...i am making a script..a video script and i wrote the database structure that i would makke..but i just wanted all the Gurus here to take a few mins to look at it and improve on it..or give me suggestions and make fun of my noob skills :p lol heres the structure:
i read about database normalization and all..and as everyone knows i am PHP noob:p lol...i am making a script..a video script and i wrote the database structure that i would makke..but i just wanted all the Gurus here to take a few mins to look at it and improve on it..or give me suggestions and make fun of my noob skills :p lol heres the structure:
Code:
funny_media
users - id, user_name,user_email, password, active , timestamp, ip
PM - id, user_id, message
users_upload - id, user_name,num_of_uploads
Config - site_name, admin_email
videos - id,user_name,title,cat,sub_cat,file_name,active,views , timestamp
flash - id,user_name,title,cat,sub_cat,file_name,active,views , timestamp
pictures - id,user_name,title,cat,sub_cat,file_name,active,views, timestamp
jokes - id,user_name,title,cat,sub_cat,joke,active,views, timestamp
comments - id,video,active,user_name
Last edited:




