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