Could you please help me out?

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.

Moderator: General Moderators

Post Reply
thios
Forum Newbie
Posts: 3
Joined: Mon Jun 16, 2008 5:26 pm

Could you please help me out?

Post by thios »

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! :)
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Could you please help me out?

Post by alex.barylski »

Help sure...first hand over...hmmmm....$25k USD...? :)
User avatar
omniuni
Forum Regular
Posts: 738
Joined: Tue Jul 15, 2008 10:50 pm
Location: Carolina, USA

Re: Could you please help me out?

Post by omniuni »

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.

I wish you the best of luck,
OmniUni
Post Reply