Can anyone see why this isn't working? Its just bringing up dead values I'm setting it with the following stuff;
setcookie ("Ace_Affiliate_Username", $Username);
setcookie ("Ace_Affiliate_Password", $Password);
Then in another script (same directory), I'm calling it with $Ace_Affiliate_Username, etc. But the values are just blank. The same kind of thing has worked in other script....but not this one :/
Cheers
Andy
setcookie ("Ace_Affiliate_Username", $Username);
setcookie ("Ace_Affiliate_Password", $Password);
Then in another script (same directory), I'm calling it with $Ace_Affiliate_Username, etc. But the values are just blank. The same kind of thing has worked in other script....but not this one :/
Cheers
Andy