How to display different domain name in address bar using php ?
kenq
2:41 am on Jan 13, 2010 (gmt 0)
Hi,
I have a domain name example: www.abc.com.
When user key in the www.abc.com, how can it redirect the page to other domain but the user browser address bar still showing the same domain name www.abc.com by using PHP.
Thanks.
vincevincevince
2:40 pm on Jan 13, 2010 (gmt 0)
You cannot do it using PHP; but you can use PHP to write the HTML required for a FRAMES pages.