How can I redirect a user after he has clicked. I only know the header command but that isn't quite right, I'm looking for a goto (url) type thing, if you know please share! thanks in advance.
you might want to use javascript <script> location.replace('yoururl.php');</script>
or
<script>location = 'url.php';</script>
or how about <a href=""></a>
Because he wants an auto-matic redirect - no user interaction needed!