How to use do while loop using php code?
Rate this page :
![]() ![]() ![]() ![]() ![]() |
[ 0 votes]
|
Here, initially the "num" value is given as 10. Value "1" is decremented everytime when the loop runs and finally while condition "num" value is checked which is given as greater than or equal to 7. Use this php code to use do while loop.