Passing a URL to a PHP script?

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
PW
Forum Newbie
Posts: 1
Joined: Tue Oct 31, 2006 9:07 am

Passing a URL to a PHP script?

Post by PW »

How do I pass the current URL in an Internet Explorer browser to a PHP script?

Peter
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Javascript.

document.location.href I believe.
Post Reply