That was it, thanks PHPdev =)
There is more to the page, it's just that everything else is commented out right now while I fix this problem =)
How would you suggest I forward them to the correct location?
useing a <META HTTP-EQUIV="REFRESH" CONTENT="5;URL='.$dlink.'"> tag doesnt do what I want to have done.
would this be the correct way to work this?
header ("Location: http://www.whatever.com");
I could run my script, enter the tracking information and then forward them to the correct location without the visitior recieveing any delay...
I need to wait till i get home and test it =)
David