ok im not trying to rain on your parade but isnt there a much easier way
save this as link.php
Code:
<?php
$ul = "www.nothingselected.com";
if (preg_match ("/flashcash/", $value)) {
$ul = "www.flashcash.com/track/refocde/";
}
if (preg_match ("/alladdult/", $value)) {
$ul = "www.alladultcash.com/?wid=12345";
}
if (preg_match ("/wegcash/", $value)) {
$ul = "www.wegcash.com/?wm=6766";
}
header ("Location: http://$ul");
?>
then you just link to linkp.php?value=wegcash and it matches and redirects