I am getting results on who's online examples etc - but cannot get my user defined query to get results.
my query is
select id,action from actionlog where type = 'county' order by `id` desc limit 0,5
this works in sql direct...
This should pull the last 5 counties searched for in my find-a-pro directory.
www.balloonconsultant.co.uk is the web adress.
Marc P Summers