Hello,
Thanks for the link, I've had good read through that.
Its a really simple database with one table and five fields.
Table is called hwz_postcodes
Fields are: outcode, x, y, latitude, longitude
(just dummy data I found on the web to play with)
I would like the livesearch to display all five fields based upon the results in the outcode field.
Is this alnong the correct lines:
SELECT * FROM hwz_postcodes WHERE outcode, x, y, latitude, longitude
thanks 😃