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 |
How does integrate SSL certificate in websites and also how to generate CSR in Local machines? plese give some ideas ASAP.....
How is it possible to parse a configuration file?
Suppose your Zend engine supports the mode <? ?> Then how can u configure your PHP Zend engine to support <?PHP ?> mode ?
What is variable function php?
What are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee(eno int(2),ename varchar(10)) ?
Questions on OOP concepts 1. What are the access specifiers available in php ? Explain 2. What is object cloning ? 3. What are the differences between interface and abstract class ? 4. What is overloading ? 5. What is overriding ? 6. How to prevent function overriding ? 7. What is the use of "final" keyword ? 8. What is static variable ? How will access a static variable ? What is static class ?
Suppose a variable may passed to other page using any of get,post,session,cookie methods and u want to retrive that variable value . what is the syntax?
What is a simple php method to make a cross domain data request?
What is beforeRender() used?
What is mvc in php?
How to implement a class named dragonball. This class must have an attribute named ballcount (which starts from 0) and a method ifoundaball. When ifoundaball is called, ballcount is increased by one. If the value of ballcount is equal to seven, then the message you can ask your wish is printed, and ballcount is reset to 0. How would you implement this class?
in PHP for pdf which library used?