Hi,
i need to create a URL and then redirect to a certain page, How can I do that using PHP? I tried to do do that using PHP/javascript, but i guess it is not working..Is it possible to do that with out geting javascript involved?
Thats what I am trying
<?php
$tx=$_GET['tx'];
?>
<script language="JavaScript">
location.href=orderapproval.php?tx= <?php $tx ?>
</script>
i need to create a URL and then redirect to a certain page, How can I do that using PHP? I tried to do do that using PHP/javascript, but i guess it is not working..Is it possible to do that with out geting javascript involved?
Thats what I am trying
<?php
$tx=$_GET['tx'];
?>
<script language="JavaScript">
location.href=orderapproval.php?tx= <?php $tx ?>
</script>