Hello,
Could you please give me the code for redirecting a user to a url when a condition is not true...
for example,
<? if(condition) { //code for redirecting? } ?>
<? if(condition) { header("LOCATION: http://www.mysite.com\n"); } ?>