Hello.
I assist a web developer with several real estate web sites that share property images (they are all in the same community). Images are on a server separate from the web sites. I have been using CFHTTP to check for the existence of an image. If I get a 200 OK response, I write out the...
Hello,
I have been working on a site that is now using dropdown lists that allow multiple selections. When the form is submitted, the dropdown selections are converted to lists via code like this:
$areas = implode("','",$_POST['area']);
Then in a mySQL query, the value of $areas is used like...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.