ProductID¦Price¦Line one of heading¦Line two of heading¦Description
Each product is stored in this fashion in it's respective "department." All of the different fields (separated by ¦) CAN be more than one word, except for the first two. My problem is that I do not know the best way to go about constructing a search script so that users can search my site for the products. I'd like to have the "" and - functions available, but would like to have anything to start off with. I hope that I am not asking for too much here. I think that I could get the code down if someone could give me advice on how to break up the information in the files. Also, some helpful code snippets would be appreciated.
Thanks in advance!
D O N