How can you parse files that were not ending with .php by
using Apache?
Answer / arvind sharma
we need to change htpd.conf file for this ........have to
specify the extension which apache will parse as PHP file.
| Is This Answer Correct ? | 5 Yes | 0 No |
Explain how you can update memcached when you make changes to php?
what is hidden variable? what is its difference with the normal variable...
What are constructor and destructor in PHP?
How do I escape in php?
Is it possible to destroy a cookie?
What is the use of count() function in php?
What is the purpose of pear in php?
Which function you can use in php to open a file for reading or writing or for both?
How do you end a session in php?
What is good average session duration?
Do you know what is the use of rand() in php?
What is difference between include and include_once in php?