![]() |
Simple PHP Help Needed
Basically all I need is to be able to do the following.
http://site.com/page.php?ref=name then in the page it makes the links that i specify do the following. http://sponsor.com/campaign=name Can I get some help on this? Thanks! |
Read up on $_request & $_get
|
Code:
<?php |
Simpler than it seems. For your example the link should be:
Code:
"http://sponsor.com/campaign=<?= $_GET['ref'] ?>" |
Thanks a lot! Trying it out now!
|
Quote:
|
<?php
header("Location: http://sponsor.com/campaign=".$_GET['ref']); ?> |
I don't konw PHP
|
All times are GMT -7. The time now is 04:16 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123