Hi,
The following code in an html file does not transfer variables r and u to a php script, probably syntax error. What's wrong?
<script language="JavaScript" src="http://www.abcd.net/feed.php?r="+escape(document.referrer)+"&u="+escape(navigator.userAgent)></script>
Thanks
We need to see your php too......
Javascript seems to be correct. Check if Internet Explorer gives a javascript error.
Maybe there's an error in your PHP indeed...