Oops.. sorry for that
After showing the message redirect using javascript.
<script>
window.location.href = "http://www.new-url.com";
</script>
or you do'nt want the message to display,
Simply redirect with PHP header function.
__________________
There is no secret ingredient.
|