A very short question
how can i get this echo $Auth->if; to work in this if statement? i get no error when i run it but it dosen't seems to work at all? echo $Auth->id; show show the id number of the user logged in.
If i do for example <?php echo $Auth->id; ?>
by itself it outputs the users id as it should.
if(($shortUrlDomain['premium_only'] != '0') && ($shortUrlDomain['premium_only'] != 'echo $Auth->id;'))
{
continue;
}