When I entered this into a page .
redirect(append_sid("$url", true));
It says "Redirection Limit exceeded , this maybe due to cookies blocked " when loading although I allowed all the cookies .
Is my code correct ? or Is there another way to link the user to $url ?
redirect(append_sid("$url", true));
It says "Redirection Limit exceeded , this maybe due to cookies blocked " when loading although I allowed all the cookies .
Is my code correct ? or Is there another way to link the user to $url ?
