Hi there I would be grateful if you could point me in the right direction with this issue please:
Only PAGE 1 loads regardless of content of $choice.
if ($choice='yes') {
?><script>location.replace("http://~PAGE 1");</script>
<?php
} else {
?><script>location.replace("http://~PAGE 2");</script>
<?php
}
Thanks in advance
Stephen