SELECT * FROM staff WHERE Live = 1 AND (StaffLocation = ? OR StaffLocation=0) ORDER BY StaffOrder ASC
And then use a parameter to set the StaffLocation to 1 or 2 based on which location you are viewing by passing in a url parameter.
SELECT * FROM staff WHERE Live = 1 AND (StaffLocation = ? OR StaffLocation=0) ORDER BY StaffOrder ASC
And then use a parameter to set the StaffLocation to 1 or 2 based on which location you are viewing by passing in a url parameter.
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.