how to call a .php page from my subdomain
Posted: Thu Nov 13, 2008 3:10 pm
I have a domain called http://www.xxx.com and a subdomain called http://www.yy.xxx.com
I have a calendar application installed on the subdomain and I would like to call the upcomings.php from my main website and embed it into a web page. using <iframe height="250" width="300" scrolling="yes" src="upcoming.php"></iframe>
Obviously this code is looking for the php file in my subdomain, how can I display this code from my subdomain in my my domain page. eg: http://www.xxx.com
Hope that makes sense.
I have a calendar application installed on the subdomain and I would like to call the upcomings.php from my main website and embed it into a web page. using <iframe height="250" width="300" scrolling="yes" src="upcoming.php"></iframe>
Obviously this code is looking for the php file in my subdomain, how can I display this code from my subdomain in my my domain page. eg: http://www.xxx.com
Hope that makes sense.