![]() |
|
|
|
|||||||
| Home | Chat | Register | FAQ | Calendar | Mark Forums Read |
| General Development General Development |
|
|
Thread Tools | Display Modes |
|
||||
|
Maybe some of you already know how to do this, but for those of you who don't then this is a quick and dirty how-to.
Code:
<a href="l.php">Book a flight to Bangkok!</a> Code:
<?php
$url = "http://my-affiliate-link.com?a=XXX";
header("Location: $url");
?>
__________________
"The meaning of life is to live a life of meaning." |
| Thread Tools | |
| Display Modes | |
|
|