Jump to content

[SOLVED] Counting Posts


everlifefree

Recommended Posts

This is a copy of the database the user id is stored in user... and the location database is: [x]video

 

Field Type Collation Attributes Null Default Extra Action 
  id int(11)   No  auto_increment               
  videoid varchar(250) latin1_swedish_ci  No                 
  date int(64)   No 0                
  category varchar(250) latin1_swedish_ci  No                 
  title varchar(250) latin1_swedish_ci  No                 
  description longtext latin1_swedish_ci  No                 
  tags longtext latin1_swedish_ci  No                 
  user int(10)   No 0                
  username varchar(250) latin1_swedish_ci  No                 
  rating longtext latin1_swedish_ci  No                 
  rating_hits int(10)   No 0                
  rating_avg int(10)   No 0                
  views int(10)   No 0                
  processed tinyint(1)   No 1                
  isbroken int(32)   Yes 0                

Link to comment
https://forums.phpfreaks.com/topic/85309-solved-counting-posts/#findComment-435313
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.