Write a program using while loop in php?
Answer / Raghavendra Singh
"Here is an example of a simple PHP program using a while loop:
```php
$num = 1;
while ($num <= 5) {
echo $num . '
';
$num++;
}
```"
| Is This Answer Correct ? | 0 Yes | 0 No |
How failures in execution are handled with include() and require() functions?
What is php how it works?
Explain what does the unlink() function means?
What is asort php?
Explain mysql_error().
Explain about the data types in PHP?
What is the difference between explode () and split () functions in php?
Explain me soundex() and metaphone()?
How is a session id generated?
What is strcmp?
What are different types of runtime errors in php?
What is Different between Joomla And Magento?