| Visit tutorial >> |
| You have a black & white illustration and want to add more color to it ? If the answer is yes, this tutorial is written for you. |
| Hits: 76 |
| Visit tutorial >> |
| PHP contains a various statement types Conrol structures allow us to manage script to do or not to do anything. When you use do while control structure, script does its job until condition turns false. When you use do while script statement once, always return true. Beginning expression is always true. End of each iteration, PHP evaluates control structure. Main difference from while do, first expression must be return true. |
| Hits: 123 |