Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Py Spark
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Introducing
Radical.sh
Forget Code launches a powerful code generator for building API's
Forget_Code.Models.CategoryViewModel
Add a new snippet
Applications
2
Array
1
Basics
2
Control Statements
2
Database
1
Date Functions
1
Loops
1
String Functions
3
Choose Category
While loop in PHP
Forget Code
PHP
While loop
<?
php
$i
=
0
;
while
(
$i
<
6
)
{
echo $i
.
"<br>"
;
$i
+=
1
;
}
?>
Tags for While loop in PHP
while loop
PHP while
executing the statement after checking the condition
DP_Loops
php while loop multiple arguments
Contribute to Forget Code, help others.
Add snippet