I tried the code in php:
<?php
$count=1;
while($Count<100){
echo"<li>Hi,$count</li>";
$count++;
}
?>
but i got error like this appearing infinity please help to sort-out the problem
Warning: Undefined variable $Count in C:\Users\Lavanya-Jamoons\Local Sites\yello\app\public\wp-content\themes\yello-theme\index.php on line 7 Hi,1
Warning: Undefined variable $Count in C:\Users\Lavanya-Jamoons\Local Sites\yello\app\public\wp-content\themes\yello-theme\index.php on line 7 Hi,2
Warning: Undefined variable $Count in C:\Users\Lavanya-Jamoons\Local Sites\yello\app\public\wp-content\themes\yello-theme\index.php on line 7 Hi,3
Warning: Undefined variable $Count in C:\Users\Lavanya-Jamoons\Local Sites\yello\app\public\wp-content\themes\yello-theme\index.php on line 7 Hi,4
Warning: Undefined variable $Count in C:\Users\Lavanya-Jamoons\Local Sites\yello\app\public\wp-content\themes\yello-theme\index.php on line 7 Hi,5