suport Posted December 13, 2010 Report Share Posted December 13, 2010 Nezinu kā vēl pievienot ., if($udata->mgroup == 7){ vajag vēl ne tikai 7 mgrupu bet ari 8 un 9 ! Mēģināju tā if($udata->mgroup == 7, 8, 9){ bet nestrādā ! Quote Link to comment Share on other sites More sharing options...
briedis Posted December 13, 2010 Report Share Posted December 13, 2010 papēti funkciju in_array Quote Link to comment Share on other sites More sharing options...
php newbie Posted December 13, 2010 Report Share Posted December 13, 2010 if($udata->mgroup == 7 || $udata->mgroup == 8 || $udata->mgroup == 9) :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.