vietfancy
12-11-2009, 04:18 AM
How do I add $type==sat,'sat' and $type==fri,'fri' to the code below correctly?
print_cp_message('Link has been updated', 'link.php?do=' . iif($type==sun,'sun'));
Thanks
print_cp_message('Link has been updated', 'link.php?do=' . iif($type==sun,'sun'));
Thanks