Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
Hello!
I would like to create a website which will have all the doctors of my country.
I need a script where I will be able to edit the categories through an admin panel, add search criteria like location, add entries (only me, not the user) and which will have the ability to let the entries expire after a year.
Could anybody help on what kind of script I need?
Thank you very much!
Unfortunately, Hockey's pretty much right. That's a very in-depth project.
If it helps to get you started, you're going to need a website with a database behind it. Figure out your table layout, and build a front-end that interacts with it to display the data as needed.
Then, build a content management system that allows you to manipulate the tables.
Beyond that, as you get started, this seems to be a great place to ask questions. Good luck, if you want more in depth advice, well..... someone like myself who isn't a pro developer might try to help for free, but it's more likely that you'll need to either figure it out yourself or find someone who knows this type of stuff well and would like to do a good deed.
I'm sorry I can't really be of more help, but what you're describing is a rather fine-tuned system with a specific purpose. It is unlikely that you will find something pre-made that will fit your needs.