You are viewing our Forum Archives. To view or take place in current topics click here.
How would I display a webpage....
Posted:

How would I display a webpage....Posted:

-ScHmIdTy
  • Powerhouse
Status: Offline
Joined: Mar 10, 201113Year Member
Posts: 470
Reputation Power: 18
Status: Offline
Joined: Mar 10, 201113Year Member
Posts: 470
Reputation Power: 18
Soo, my question is would be how would I display this page --> http:// mcdawn . x10 . mx /serverlist . php

Within this page --> http:// mcdawn . tk / server-list/

Without this url (http:// mcdawn . tk / server-list/) changing

We cant put the serverlist.php into mcdawn . tk as we do not have enough databases. Any help is greatly appreciated.

+REP for anyone who helps :bigups:
#2. Posted:
Nic
  • Retired Staff
Status: Offline
Joined: Jun 08, 201014Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
Motto: I've been watching you all day.
Status: Offline
Joined: Jun 08, 201014Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
You could use iframe on your main site, that would display your other site without the URL changing.
[ Register or Signin to view external links. ]
Note that it's not officially supported in HTML5 though.

Or perhaps you could use PHP and include/require the serverlist on your main site. I'm not sure how your serverlist.php would change the URL though. If there are forms you could use the POST method instead of GET, or use sessions instead.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.