Hi there
I have a popup on a site which i would like to hide the url in the address bar
Is there anyway of doing this?
If not, is there a way of modifying the URL so the user doesnt see its coming from another server?
I want them to think its from the same site/server
Cheers
SC
popup and hiding urls
Moderator: General Moderators
Re: popup and hiding urls
Hi You can try having the same url popup then in the pop up box you can include the location mybe if your url box is http://www.myurl.com/file.php
You can have an file include statement
<?php include("http://www.othersite.com/seeme.php");?>
Try it out let me know if it works
You can have an file include statement
<?php include("http://www.othersite.com/seeme.php");?>
Try it out let me know if it works