|
Well, what happens is:
There's a search page, you enter your search.
The results page shows all of the matches and partial matches.
Each result has an ID.
To view more information on the result, you click the link which is along the lines of:
file.php?id=5
This file I'm trying to fix then gets the number 5, looks it up in the database and shows all the information it has.
It works except it won't show more than one echo.
I'm trying to get it show a few bits of information, then, when it works I'll tell it to show all.
Thanks.
|