Forum Moderators: mack
Any advice would be appreciated.
Thanks
Some reading and learning will be required. You will also require some scripting language. I assume you have something installed to have the forms email stuff.
What you want to do is have form submissions result in a entry to the database. You will want things like show_from_date show_to_date to be storing data
Then you will need to set up a page(s) that will read the database entries and display them if the date you are viewing them is >= show_from_date and <= show_to_date.
If you have any questions I will be happy to help you with some DB questions.
You might want to start a new thread in that area with your questions. Or message a mod and ask them to move this there... just post back, it will take some learning but it won't be over your head I am sure.
[edited by: Demaestro at 8:30 pm (utc) on May 14, 2007]
Having said that see what type of server software you are running, whether it's PHP or ASP and the type of database. A google search will bring up numerous tutorials to get you started.
Personally I myself like to learn by example, much of what I learned is from first getting the basics down then moving on to modifying a phpbb forum with pre-made mods. From there I started writing my own basic scripts.
Try sourceforge.net for a pre-made open source script for classifieds, FYI phpbb has a modification for classifieds but would be overkill if you only want the classifieds.