[eluser]ranjitbd[/eluser]
//this is the link
Code:
<a href="<?=base_url()?>">Travelmartbd.com</a>
//this is the function
<?php
class Miscellaneous extends Controller {
function goToTmbd()
{
echo “[removed]
var uri = ‘http://www.travelmartbd.com’;
[removed].href=uri;
[removed]”;
}
}
?>
//i want to write this function without javascript.i want to do it through raw php
within goToTmbd() method.