Page 1 of 1

Passing a URL to a PHP script?

Posted: Tue Oct 31, 2006 9:15 am
by PW
How do I pass the current URL in an Internet Explorer browser to a PHP script?

Peter

Posted: Tue Oct 31, 2006 9:18 am
by feyd
Javascript.

document.location.href I believe.