Hi guys, sorry I'm a bit new to this php/sql caper. I've got the basics under control, know how to connect to the database and retrieve recordsets off search queries using a?variable=whatever in the url and then print them back to show all the matching records on screen.
I have hit a snag, however.
Now, when the user clicks a link, I need to go into my sql table and search through one column for about 25 different strings to see if they match. Then i need to return the data for each match. Basically, I am running through an address database and want to list everything in a certain area, as defined by my list of post codes i have for each area (each area is about 25 post codes).
I've looked at arrays and strings and exploding and I'm really stuck and can't work out how to do this.
Any help would be greatly appreicated.
Regards, Lucas