Answer Posted / mahidhar
chmod=0777
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Where do we use get and post?
What is empty () in php?
What is strlen function in php?
What is the use of anonymous function in php?
How many escape sequences are recognized in double-quoted strings?
How is it possible to know the number of rows returned in result set?
What does empty mean in php?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
Why php language is used?
What is the scope of a variable defined outside a function?
Which is not a php magic constant?
Explain what is the static variable in function useful for?
Why do we use hooks?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
What is the difference between get & post ?