Jump to content

how to handle posts??


wanbinn

Recommended Posts

good day, I am trying to develop a web site where students are allowed to post their university's or institution's activities. here is my question:1. when information are posted, how am i going to handle those post? am i going to receive information from them and post the information on my own?( what if there are plenty of post?) or should i use some kind of software to help me in handling it?

Link to comment
Share on other sites

Doing that would be easy, but tedious. You should use an SQL database with PHP, let the students submit the activities, and it will automatically be put in to the page.

Link to comment
Share on other sites

Doing that would be easy, but tedious. You should use an SQL database with PHP, let the students submit the activities, and it will automatically be put in to the page.

Also by putting it in a database, you could include a field such as date of event, and set your page to ignore all events where the date has been passed, making the maintenance of your page easier as well.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...