ethomson Posted February 5, 2009 Share Posted February 5, 2009 Alright, I have a php page (http://www.yourconroehome.com - I am a Realtor) and my question is in regards to the Featured Properties Section (3 properties that are for sale, listed by my Broker). Currently I am going into our MLS (where properties are listed) and finding properties listed by my Broker and I am taking a picture and the description from the listing and putting it onto my page. Problem with this is if the house sells it's still showing on my page. What I want is to have that section pull, dynamically, the information from somewhere. I'm not super worried about SEO for this part, so a javascript code could work, but if I could get a php function to do this, that would be great (for instance, at the bottom of that page are excerpts from my blog and I have a php function that pulls from my blog feed and automatically puts the blog posts there, but if you look at the page source you'll see the text, which is obviously good for SEO). Any help would be great. Let me know if you need more info. Quote Link to comment https://forums.phpfreaks.com/topic/143971-dynamic-content/ Share on other sites More sharing options...
ethomson Posted February 5, 2009 Author Share Posted February 5, 2009 Also, I'm very much a newbie when it comes to web design... Quote Link to comment https://forums.phpfreaks.com/topic/143971-dynamic-content/#findComment-755459 Share on other sites More sharing options...
DeanWhitehouse Posted February 5, 2009 Share Posted February 5, 2009 You can use a db to store the houses or whatever and then check for a column to see if it is sold or not and display the unsold ones. Quote Link to comment https://forums.phpfreaks.com/topic/143971-dynamic-content/#findComment-755467 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.