search script
Posted: Fri Dec 31, 2010 10:14 am
OK, I used to use php back in college but i have since forgotten a lot but i still know the basics.
What I would like to build is a script that opens a text file and displays the different itmes listed under that file.
for example
2 drop down boxes. 1 drop down will search by name and return the information listed under that name.
the second drop down will search similarities. example
tom
house:car
james
car:tree
alex:tree
bike
When i select tree from the second drop down I want it to pull up the information from both james and alex.
I'm not asking anyone to write this for me just get me pointed in the right direction.
What I would like to build is a script that opens a text file and displays the different itmes listed under that file.
for example
2 drop down boxes. 1 drop down will search by name and return the information listed under that name.
the second drop down will search similarities. example
tom
james
alex:tree
When i select tree from the second drop down I want it to pull up the information from both james and alex.
I'm not asking anyone to write this for me just get me pointed in the right direction.