How does php and apache work?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

what is the post and get method??

14 Answers   Google,


What exactly is PHP?

0 Answers  


Do you know how to enable error reporting in php?

0 Answers  


class Database { public static $_instance; public static function getInstance() { if(!isset(self::$_instance)) self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME); print_r(self::$_instance); return self::$_instance; } } can any one explain "self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME);" this line

1 Answers  


What is the different between cookies and session in php?

13 Answers  


what type of images that the PHP version supports

4 Answers  


In How many ways can u represent Not equal?Give Syntax of all ways..

3 Answers  


how to upload a file in php.write a syntex for that

1 Answers   Net Solution,


Does php have multiple inheritance?

0 Answers  


What is the use of token in php?

0 Answers  


Why session timeout is important?

0 Answers  


Why we are using PHP than others for web developing?

4 Answers  


Categories