DaveC426913
Programmer
PHP 101:
What is the appropriate way to directly go to another page? (Yes, I really do mean just that.)
I am currently using this JavaScript kludge:
?>
<script>location="nextpage.html"</script>
<?
I read something about "header", but it did not work for me.
What is the appropriate way to directly go to another page? (Yes, I really do mean just that.)
I am currently using this JavaScript kludge:
?>
<script>location="nextpage.html"</script>
<?
I read something about "header", but it did not work for me.