Can you please adjust this SQL statement so it will work? I have 3 tables joined and I modified the filter ie WHERE and I broke it.
Statement in PM
Statement in PM
You have this in your qeury:
" . $where . "
but $where is never defined. I think you need to remove that part.
Thank you.
I tried that and my page still will not load. I pasted the revised query in the PM and also FTp info.
I think your recordset is returning too many results... instead of:
FROM tbl_posts p, horses h, tbl_directorylistings d
IT should probably be something like:
FROM tbl_posts p INNER JOIN horses h ON h.horseID= p.horseID INNER JOIN tbl_directorylistings d ON d.horseID = p.horseID
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.