How do you make a blog with comments via php and mysql?

Hi,

I wish to have the blog around php as well as mysql. The usually complaint we am confronting is to have the blog as well as to arrangement all comments done by users for that blog. Somehow we know that we need to have 3 tables – the single for users, the single for the blogs as well as the single for the comments.

Does someone know the great educational greatfully that we could follow online? Thanks

What is the best approach to delete garbage and expired entries in a MySQL database?

I wish to undo users which hasn’t logged in in the sure volume of days, as well as alternative lapsed entries in the database. What is the most appropriate approach of you do this automatically? I’m regulating MySQL as well as PHP for my web application.

One approach we have suspicion is carrying the clean_db() duty which we call in each page request. Other choice can be programming the cron book which runs automatically during sure times.

What is the most appropriate approach of cleaning the database?