Jump to content

a href with header


lulon83

Recommended Posts

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.

 

Link to comment
https://forums.phpfreaks.com/topic/117160-a-href-with-header/
Share on other sites

Ok, thank you very much, it was I needed.

 

Other question:

 

How can I open the new window in a different window. I mean:

 

 

I have the main page "page.php", then I have "control.php" and then I call "googlehtml" for example.

 

How can I have two differents pages, one, "page.php" and the other one "googlehtml".

 

Thank you.

Link to comment
https://forums.phpfreaks.com/topic/117160-a-href-with-header/#findComment-602615
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.