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 binary safe function in php?
What type of language is php?
What is user defined function in php?
What are the features and advantages of object-oriented programming in php?
How to return a value back to the function caller?
Tell me what is the difference between ereg_replace() and eregi_replace()?
Explain about objects in PHP?
For image work which library is used in php?
Do you know what does mvc stand for and what does each component do?
How to generate a character from an ascii value?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
How does php session work?
What is Mcrypt used for?
What are the methods to submit form in php?
What do the initials of php stand for?