Newstoday php code
Newstoday php code
Out of context: Reply #4
- Started
- Last post
- 16 Responses
- unfittoprint0
believe me, it's not that dificult. Just check the logic behind some blogs and forums. It's just auto incremented tables (threads, posts, topics, users, etc...), each cell having a specific numberID (a post for example) refering to a parent ID (the topic table, for example), using php MySQL specific query functions. Good luck.
But expecting to be given this baby's code it's a little too much...