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 $name and $$name?
How do you remove whitespace from the beginning and end of a $string variable?
How to delete a file from the system?
What are the different types of php variables?
Which is the dependent variable?
What is difference between ksort() and usort() functions.
What is isset in php form?
What is the difference between Session and Cookie?
Why do we need session?
What is helper function?
How do you identify independent and dependent variables in regression analysis?
What are the advantages of stored procedures in php?
Write a program to display a table of any given number?
What is rest api in php?
What is mvc php?