lundi 27 juin 2016

using conditional operation in for loop

I need to skip certain part of the code if condition is true, How to do it in php

   if ($a==0 && $b==0)
     {

//skip this part of the code and exit loop 
        }

Aucun commentaire:

Enregistrer un commentaire