This is a discussion on Search function! within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Not sure how to word this: Everyday I access a commercial realestate listings website and search for my listings which ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Not sure how to word this:
Everyday I access a commercial realestate listings website and search for my listings which I then take the link that is returned and post it on my website. Is there a function of sorts that would automatically do this search and display the results on my website. Not sure if this makes any sense. My website is designed in PHP! Any and all help would be much appreciated! |
|
|||
|
I did this for a friend, so he could have the mls integrated into his site.
http://mls.myhq.info/ is that the type of thing you are talking about? -- Mike Bradley http://www.gzentools.com -- free online php tools "Chris Hounsell" <chounsell@warp.nfld.net> wrote in message news:Byw0c.338$JZ6.69458@news20.bellglobal.com... > Not sure how to word this: > Everyday I access a commercial realestate listings website and search for my > listings which I then take the link that is returned and post it on my > website. Is there a function of sorts that would automatically do this > search and display the results on my website. Not sure if this makes any > sense. My website is designed in PHP! > > Any and all help would be much appreciated! > > > |
|
|||
|
That is exactly what it is for!
"CountScubula" <me@scantek.hotmail.com> wrote in message news:9jz0c.32036$Lu.26346@newssvr25.news.prodigy.c om... > I did this for a friend, so he could have the mls integrated into his site. > > http://mls.myhq.info/ > > is that the type of thing you are talking about? > > > -- > Mike Bradley > http://www.gzentools.com -- free online php tools > "Chris Hounsell" <chounsell@warp.nfld.net> wrote in message > news:Byw0c.338$JZ6.69458@news20.bellglobal.com... > > Not sure how to word this: > > Everyday I access a commercial realestate listings website and search for > my > > listings which I then take the link that is returned and post it on my > > website. Is there a function of sorts that would automatically do this > > search and display the results on my website. Not sure if this makes any > > sense. My website is designed in PHP! > > > > Any and all help would be much appreciated! > > > > > > > > |
|
|||
|
I should say, that is the exact purpose I wanted it for--mls listings!
Thanks for responding! "CountScubula" <me@scantek.hotmail.com> wrote in message news:9jz0c.32036$Lu.26346@newssvr25.news.prodigy.c om... > I did this for a friend, so he could have the mls integrated into his site. > > http://mls.myhq.info/ > > is that the type of thing you are talking about? > > > -- > Mike Bradley > http://www.gzentools.com -- free online php tools > "Chris Hounsell" <chounsell@warp.nfld.net> wrote in message > news:Byw0c.338$JZ6.69458@news20.bellglobal.com... > > Not sure how to word this: > > Everyday I access a commercial realestate listings website and search for > my > > listings which I then take the link that is returned and post it on my > > website. Is there a function of sorts that would automatically do this > > search and display the results on my website. Not sure if this makes any > > sense. My website is designed in PHP! > > > > Any and all help would be much appreciated! > > > > > > > > |
|
|||
|
I just checked it, I need to update it, there is a problem with one of the
releative urls, I need to conver to absolute. Are you able to search the mls, without having to log into them, in order to find your listings? Basicaly it is all possible, even with a login. -- Mike Bradley http://www.gzentools.com -- free online php tools "Chris Hounsell" <chounsell@warp.nfld.net> wrote in message news:Z9R0c.6414$qA2.416200@news20.bellglobal.com.. . > I should say, that is the exact purpose I wanted it for--mls listings! > Thanks for responding! > > "CountScubula" <me@scantek.hotmail.com> wrote in message > news:9jz0c.32036$Lu.26346@newssvr25.news.prodigy.c om... > > I did this for a friend, so he could have the mls integrated into his > site. > > > > http://mls.myhq.info/ > > > > is that the type of thing you are talking about? > > > > > > -- > > Mike Bradley > > http://www.gzentools.com -- free online php tools > > "Chris Hounsell" <chounsell@warp.nfld.net> wrote in message > > news:Byw0c.338$JZ6.69458@news20.bellglobal.com... > > > Not sure how to word this: > > > Everyday I access a commercial realestate listings website and search > for > > my > > > listings which I then take the link that is returned and post it on my > > > website. Is there a function of sorts that would automatically do this > > > search and display the results on my website. Not sure if this makes > any > > > sense. My website is designed in PHP! > > > > > > Any and all help would be much appreciated! > > > > > > > > > > > > > > > |
|
|||
|
Yes,
I do not have to log in! "CountScubula" <me@scantek.hotmail.com> wrote in message news:kTR0c.4720$0A5.1409@newssvr27.news.prodigy.co m... > I just checked it, I need to update it, there is a problem with one of the > releative urls, I need to conver to absolute. > > Are you able to search the mls, without having to log into them, in order to > find your listings? > > Basicaly it is all possible, even with a login. > > -- > Mike Bradley > http://www.gzentools.com -- free online php tools > "Chris Hounsell" <chounsell@warp.nfld.net> wrote in message > news:Z9R0c.6414$qA2.416200@news20.bellglobal.com.. . > > I should say, that is the exact purpose I wanted it for--mls listings! > > Thanks for responding! > > > > "CountScubula" <me@scantek.hotmail.com> wrote in message > > news:9jz0c.32036$Lu.26346@newssvr25.news.prodigy.c om... > > > I did this for a friend, so he could have the mls integrated into his > > site. > > > > > > http://mls.myhq.info/ > > > > > > is that the type of thing you are talking about? > > > > > > > > > -- > > > Mike Bradley > > > http://www.gzentools.com -- free online php tools > > > "Chris Hounsell" <chounsell@warp.nfld.net> wrote in message > > > news:Byw0c.338$JZ6.69458@news20.bellglobal.com... > > > > Not sure how to word this: > > > > Everyday I access a commercial realestate listings website and search > > for > > > my > > > > listings which I then take the link that is returned and post it on my > > > > website. Is there a function of sorts that would automatically do > this > > > > search and display the results on my website. Not sure if this makes > > any > > > > sense. My website is designed in PHP! > > > > > > > > Any and all help would be much appreciated! > > > > > > > > > > > > > > > > > > > > > > > > |
|
|||
|
Ignore that last message! Yes, I do have to log in! "CountScubula"
<me@scantek.hotmail.com> wrote in message news:kTR0c.4720$0A5.1409@newssvr27.news.prodigy.co m... > I just checked it, I need to update it, there is a problem with one of the > releative urls, I need to conver to absolute. > > Are you able to search the mls, without having to log into them, in order to > find your listings? > > Basicaly it is all possible, even with a login. > > -- > Mike Bradley > http://www.gzentools.com -- free online php tools > "Chris Hounsell" <chounsell@warp.nfld.net> wrote in message > news:Z9R0c.6414$qA2.416200@news20.bellglobal.com.. . > > I should say, that is the exact purpose I wanted it for--mls listings! > > Thanks for responding! > > > > "CountScubula" <me@scantek.hotmail.com> wrote in message > > news:9jz0c.32036$Lu.26346@newssvr25.news.prodigy.c om... > > > I did this for a friend, so he could have the mls integrated into his > > site. > > > > > > http://mls.myhq.info/ > > > > > > is that the type of thing you are talking about? > > > > > > > > > -- > > > Mike Bradley > > > http://www.gzentools.com -- free online php tools > > > "Chris Hounsell" <chounsell@warp.nfld.net> wrote in message > > > news:Byw0c.338$JZ6.69458@news20.bellglobal.com... > > > > Not sure how to word this: > > > > Everyday I access a commercial realestate listings website and search > > for > > > my > > > > listings which I then take the link that is returned and post it on my > > > > website. Is there a function of sorts that would automatically do > this > > > > search and display the results on my website. Not sure if this makes > > any > > > > sense. My website is designed in PHP! > > > > > > > > Any and all help would be much appreciated! > > > > > > > > > > > > > > > > > > > > > > > > |
|
|||
|
Ok, are you trying to incorporate all mls listings such as the one I showed
you, or are you trying to just have your listing included on your site? So, did you get everything, or are you looking for someone to make it happen? -- Mike Bradley http://www.gzentools.com -- free online php tools "Chris Hounsell" <chounsell@warp.nfld.net> wrote in message news:zy71c.5990$jw2.290652@news20.bellglobal.com.. . > Yes, > I do not have to log in! > "CountScubula" <me@scantek.hotmail.com> wrote in message > news:kTR0c.4720$0A5.1409@newssvr27.news.prodigy.co m... > > I just checked it, I need to update it, there is a problem with one of the > > releative urls, I need to conver to absolute. > > > > Are you able to search the mls, without having to log into them, in order > to > > find your listings? > > > > Basicaly it is all possible, even with a login. > > > > -- > > Mike Bradley > > http://www.gzentools.com -- free online php tools > > "Chris Hounsell" <chounsell@warp.nfld.net> wrote in message > > news:Z9R0c.6414$qA2.416200@news20.bellglobal.com.. . > > > I should say, that is the exact purpose I wanted it for--mls listings! > > > Thanks for responding! > > > > > > "CountScubula" <me@scantek.hotmail.com> wrote in message > > > news:9jz0c.32036$Lu.26346@newssvr25.news.prodigy.c om... > > > > I did this for a friend, so he could have the mls integrated into his > > > site. > > > > > > > > http://mls.myhq.info/ > > > > > > > > is that the type of thing you are talking about? > > > > > > > > > > > > -- > > > > Mike Bradley > > > > http://www.gzentools.com -- free online php tools > > > > "Chris Hounsell" <chounsell@warp.nfld.net> wrote in message > > > > news:Byw0c.338$JZ6.69458@news20.bellglobal.com... > > > > > Not sure how to word this: > > > > > Everyday I access a commercial realestate listings website and > search > > > for > > > > my > > > > > listings which I then take the link that is returned and post it on > my > > > > > website. Is there a function of sorts that would automatically do > > this > > > > > search and display the results on my website. Not sure if this > makes > > > any > > > > > sense. My website is designed in PHP! > > > > > > > > > > Any and all help would be much appreciated! > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
|
|||
|
I'm just trying to have my mls listings included! Not sure what you are
getting at in your second question. I don't want to mislead you but I'm not an expert with php. As well, I am redesigning the website for my brother who is a commercial realtor. I do have a decent understanding and do pick things up quickly. I do appreciate your help! "CountScubula" <me@scantek.hotmail.com> wrote in message news:rY71c.19362$zZ6.1537@newssvr29.news.prodigy.c om... > Ok, are you trying to incorporate all mls listings such as the one I showed > you, or are you trying to just have your listing included on your site? > > So, did you get everything, or are you looking for someone to make it > happen? > > -- > Mike Bradley > http://www.gzentools.com -- free online php tools > "Chris Hounsell" <chounsell@warp.nfld.net> wrote in message > news:zy71c.5990$jw2.290652@news20.bellglobal.com.. . > > Yes, > > I do not have to log in! > > "CountScubula" <me@scantek.hotmail.com> wrote in message > > news:kTR0c.4720$0A5.1409@newssvr27.news.prodigy.co m... > > > I just checked it, I need to update it, there is a problem with one of > the > > > releative urls, I need to conver to absolute. > > > > > > Are you able to search the mls, without having to log into them, in > order > > to > > > find your listings? > > > > > > Basicaly it is all possible, even with a login. > > > > > > -- > > > Mike Bradley > > > http://www.gzentools.com -- free online php tools > > > "Chris Hounsell" <chounsell@warp.nfld.net> wrote in message > > > news:Z9R0c.6414$qA2.416200@news20.bellglobal.com.. . > > > > I should say, that is the exact purpose I wanted it for--mls listings! > > > > Thanks for responding! > > > > > > > > "CountScubula" <me@scantek.hotmail.com> wrote in message > > > > news:9jz0c.32036$Lu.26346@newssvr25.news.prodigy.c om... > > > > > I did this for a friend, so he could have the mls integrated into > his > > > > site. > > > > > > > > > > http://mls.myhq.info/ > > > > > > > > > > is that the type of thing you are talking about? > > > > > > > > > > > > > > > -- > > > > > Mike Bradley > > > > > http://www.gzentools.com -- free online php tools > > > > > "Chris Hounsell" <chounsell@warp.nfld.net> wrote in message > > > > > news:Byw0c.338$JZ6.69458@news20.bellglobal.com... > > > > > > Not sure how to word this: > > > > > > Everyday I access a commercial realestate listings website and > > search > > > > for > > > > > my > > > > > > listings which I then take the link that is returned and post it > on > > my > > > > > > website. Is there a function of sorts that would automatically do > > > this > > > > > > search and display the results on my website. Not sure if this > > makes > > > > any > > > > > > sense. My website is designed in PHP! > > > > > > > > > > > > Any and all help would be much appreciated! > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
![]() |
| Thread Tools | |
| Display Modes | |
|
|