Ive been doing it like this and it's not working correctly.
Should I be using urlencode? Thanks guys.
Code:
[b]Destination URL:[/b]
http://blahblah.com/1.php?kw=SEARCHTEXT
Code:
[b]1.php[/b]
<?php
$subid = $_GET['kw'];
header('Location: http://fhhtf.com/c/?s=19246&c=194125&subid=adon-$subid');
Should I be using urlencode? Thanks guys.