Hi,
I have a simple html/xml text like this:
please tell me the best way to parse the link http://www.google.com?search=xxxxxx&d=yyyyy in that html text.
Thank you!
I have a simple html/xml text like this:
PHP:
<script type="text/javascript">
window.location.href="http://www.google.com?search=xxxxxx&d=yyyyy";
</script>
Thank you!