i have a function that contains two while loop, i have some condition on one(which is inside of loop , means internal loop) loop and if those conditions become true then it shold exit from internal loop and go to external loop.
how to handle this in php, plz give me example or reference i m new to php
thanx

    Write a Reply...