Forum Moderators: open
<script language="JavaScript" src="http://www.mydomain.com/script.php?src=(escape("{$var[1].url_value}") ) " type="text/javascript"></script>
The above does not work but I think I am on the right track and just need a little direction. Basically script.php requires that the URL being passed as src be encoded however the URL is stored in {$var[1].url_value} decoded. Any help would be greatly appreciated.