Hi

Is there any php that does the equivalent of this javascript:

<script language = "JavaScript">
<!--

function whatsMyUrl(){

thisUrl = document.location.href;

}

//-->

</script>[/COLOR]

Can it be done? For some reason I won't bore you with I can't use the javascript (damn IE...grrr) if theres something like that in PHP then all my problems are solved.

thanks for your time 🙂

    There are a few variables related to the url held in the $_SERVER super-global array. You can get details about them here

      dont multipost!

      my answer is in your other thread.

        Write a Reply...