I have a vacation condo rental site that is hosted on godaddy. On my site i have a link to view and book reservations that is a link to a site hosted on my reservation software companies server. Right now this redirects the user to an external site and i would like the user to stay or at least look like they are still on my site. I am developing a site with joomla and would like to create an article for each unit that would get it's information from an xml file on the reservation software server and display it on my site so the user never leaves my site. Example can be found at http://www.johnspasscondos.com by clicking on check availability, you will see you are redirected to another site. Is this something that can be done?
Thanks
can php do this?
Moderator: General Moderators
Re: can php do this?
Yes.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Re: can php do this?
is this very difficult to do?
Re: can php do this?
no not at all
have a look at file_get_contents() function and the SimpleXML class on php.net
the documentation should guide you through it pretty well
have a look at file_get_contents() function and the SimpleXML class on php.net
the documentation should guide you through it pretty well
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Re: can php do this?
ok thanks for your help