I would appreciate feedback from anyone who can help me with this issue. I have purchased mutliple programs to create the PHP code & can't get the result I am seeking.
The specifics:
I already have a server-hosted DB (VVMembers) containing the table MemberData.
Fields in table=MemberData are:
ID, DateReg, Type, NAME, PRACTICUM, EMAIL, PHONE, Cert1, Cert2, Cert3, Cert4, Cert5, (etc to Cert20)
I want site visitors to be able to search the DB=VVMembers by PRACTICUM (stored in table=MemberData in field=PRACTICUM)from a search box on my homepage.
I want the search results to display on a different webpage with the result displayed to look like this:
You searched for: "the PRACTICUM info the visitor entered into the search form"
<if not found> We're sorry, but we do not have an entry that matches your request.
<if found> The following is the information we have on file for that PRACTICUM requested:
NAME: "actual data in NAME field for that record"
EMAIL: "Actual data in EMAIL field for that record"
CONTACT PHONE: "Actual data in PHONE field for that record"
Certifications: "Actual data contained in all CERT fields (Cert1 through Cert20) listed one after another on separate lines"
I have searched high and low to find either scripting software to help me write this code or some basic scripts that i could edit/alter. The scripts I have been using don't display the results the way I want.
Any assistance would be deeply appreciated.
[edited by: MelissaParken at 5:09 pm (utc) on Feb 6, 2011]