anybody will convert it
echo file_get_contents($soma_url, false, $context);?>
in javascript. i have converted as
<script language = javascript>
<?
echo file_get_contents($soma_url, false, $context);?>
?>
</script>
but i want it in clikable link but it does not in clikable link.
echo file_get_contents($soma_url, false, $context);?>
in javascript. i have converted as
<script language = javascript>
<?
echo file_get_contents($soma_url, false, $context);?>
?>
</script>
but i want it in clikable link but it does not in clikable link.
Comment