Version of php, apache ,mysql
Answer / ramesh dasari
PHP version : 5.3(5.4.9 released)
Mysql version : 5.5.28
Apache version : 2.2.17
| Is This Answer Correct ? | 3 Yes | 0 No |
what is abstrac class? why it is use?
Is php a mvc?
Explain me what is the use of header() function in php?
How do you define a constant?
Why do we use interface in php?
What is meant by pdo in php?
How can we encrypt the username and password using PHP?
13 Answers Avaria, HCL, TCS, Xpert,
Is apache needed for php?
What is escape data in php?
Tell me how can we define a variable accessible in functions of a php script?
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
How can we submit a form without a submit button?
2 Answers Rushmore Consultancy,