| Other PHP Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| hi recently i had faced an interview in that they asked me
that php have faced the problem of y2k so which one is that
year like 2030,2059 not remember exact year anybody will
tell me pls? |
| 1 |
| How can I check if a value is already in an array?
|
Rushmore-Consultancy | 3 |
| how to insert logout time when browser close |
| 1 |
| How can we encrpt a text? |
| 3 |
| I went to an php interview yesterday.I got selected
there.But,They asked me to sign bond by submitting my
certificates for 2 years.Is it good or bad |
| 6 |
| How can we submit a form without a submit button?
What is the use of obj_star?
|
Rushmore-Consultancy | 2 |
| What are the different functions in sorting an array? |
| 2 |
| how to uploade video in php???? |
| 1 |
| 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 |
| What can I do by cakePHP? |
| 4 |
| How can we know the number of days between two given dates
using PHP? |
HCL | 8 |
| How can I find the width and height of an image resource?
|
Rushmore-Consultancy | 2 |
| |
| For more PHP Interview Questions Click Here |