Page 2 of 2

Re: Traffic rules - outgoing custom?

Posted: Fri Mar 28, 2014 11:51 am
by blogger365
The problem is not correct code for header redirect, but this error:

Cannot modify header information – headers already sent in line:
$numclicks=count(explode('|', $_COOKIE['to']));

this particularly line is the problem - if I remove it - header redirection works...

Re: Traffic rules - outgoing custom?

Posted: Fri Mar 28, 2014 11:55 am
by admin
Maybe
I didn't debug your code