I'm searching for a script to implement into a website, and I'm not really sure where to look for it. I will try to describe, what exactly I want to get done, and I appreciate if anyone can point me to the right direction, or maybe link me to a popular PHP/script forum.
What I need, is a script that will allow me to keep biographies of certain pilots of the company, and at the same page, have list of their past and current work. I will put an example:
Pilot: Robert Kennedy (Picture)
Birth: May03-1975
Born: Dallas, TX
Residence: San Diego, CA
Education: bla bla bla
Technical education: 1998 - 1st degree at aviation school
Personal Resumee: Robert is bla bla bla best pilot since bla bla bla and is married to his wife MaryAnn, bla bla bla, and work with us since 2002, etc etc etc.
Follow his steps:
11/01/2010 - New York Summer Event - New York, NY - Co-pilot
15/01/2010 - New Jersey Flying for Cancer - New Jersey, NJ - Pilot
23/01/2010 - Anaheim Air Show - Anaheim, CA - Co-Pilot
So this list here goes on forever, and needs to be updated either by me or the pilot, either way, so the fans can follow the pilots they like best.
So, any suggestions lads and gents? A script you've heard about or maybe a very popular forum where I could ask?
thanks for any help, and I hope this is the right place to post a question like this.
Access: Admin
Total Posts: 1395
Joined: 2006-05-19
I honestly have no idea where you'd find a script like that. It sounds kind of specialized so your best bet would be to get a developer to create it for you.
Well, I can plan the database, even create it using phpmyadmin.
I guess I will give it a try my self in creating a script to input the data on the database, and read it later. I guess I made it sound more complicated then it need to be. Basically I will just edit a text field and add the dates/events manually my self or I could do it manually on the html page, since I'm talking about only 25 pilots.
The script I'm looking for, basically would help me create the database, and manage it (help me collect the data and display it into my page, and edit a couple fields once a week, using a friendly interface).
It's been 15 years that I don't do any programming my self, so I guess it will be a good therapy over the weekend. I never did any php code in my life, but I'm sure there are plenty of tutorials around.