a href with header
Posted: Tue Jul 29, 2008 7:14 am
I need help please.
I have one page on which I have an <a href="control.php">
In control.php I have to do some "things" with the datas and the database, and then I have to redirect to the <a href>.
This is what I though:
first_page
<a href="control.php?link=www.google.com">google</a>
control.php
...control of the data...
Header
My question is, how do I have to do the header? Any other solution?
Thank you.
I have one page on which I have an <a href="control.php">
In control.php I have to do some "things" with the datas and the database, and then I have to redirect to the <a href>.
This is what I though:
first_page
<a href="control.php?link=www.google.com">google</a>
control.php
...control of the data...
Header
My question is, how do I have to do the header? Any other solution?
Thank you.