popup and hiding urls

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
surferchick
Forum Newbie
Posts: 4
Joined: Mon Feb 18, 2008 6:11 am

popup and hiding urls

Post by surferchick »

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
popo
Forum Newbie
Posts: 2
Joined: Tue Feb 03, 2009 12:45 am

Re: popup and hiding urls

Post by popo »

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
Post Reply