dnbmadness
07-31-2012, 10:08 AM
Hi guys,
My knowledge on writing PHP is limited, but I'm past the beginner stage.
I need to create a form with the following data:-
First Name:
Surname:
Address Line 1:
Address Line 2:
City:
Post Code:
Country:
Date of Birth:
Interests:
Height (cm):
Chest Size (inches):
Waist Size (inches):
Inside Leg Size (inches):
Outside Leg Size (inches):
Shoe Size:
Female Dress Size:
Upload Photo:
Upload CV (pdf, doc):
Passport Present?: Yes/No
Driving License Present? Yes/No
Once this information has been submitted, it will store the info in a MySQL db, and an admin can access a back end system and view/search through candidates. It's basically a simple application form where admin's can search through users.
Is there a system out there that I could use as a stepping stone? Could someone please guide me?
My knowledge on writing PHP is limited, but I'm past the beginner stage.
I need to create a form with the following data:-
First Name:
Surname:
Address Line 1:
Address Line 2:
City:
Post Code:
Country:
Date of Birth:
Interests:
Height (cm):
Chest Size (inches):
Waist Size (inches):
Inside Leg Size (inches):
Outside Leg Size (inches):
Shoe Size:
Female Dress Size:
Upload Photo:
Upload CV (pdf, doc):
Passport Present?: Yes/No
Driving License Present? Yes/No
Once this information has been submitted, it will store the info in a MySQL db, and an admin can access a back end system and view/search through candidates. It's basically a simple application form where admin's can search through users.
Is there a system out there that I could use as a stepping stone? Could someone please guide me?