Answer Posted / shravya
for($i = 2000; $i < 2011; $i++) {
echo "<br>".$i, ': ', (date('L', strtotime("$i-01-
01")) ? 'Yes' : 'No'), '<br/>';
}
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the difference between require_once and require in php?
What is the use session in php?
How do I get csrf token?
What is form submission?
What are the popular content management systems (cms) in php?
What is difference between mysqli and mysql?
Can I use node js with php?
Explain $_FILES Superglobal Array?
How to create a table to store files?
Tell me what is the use of explode() function?
Can I learn php without knowing c?
Explain Whitespace Characters?
How is the comparison of objects done in php?
How to get the directory name out of a file path name?
What does the php error 'parse error in php - unexpected t_variable at line x' means?