Is age interval or ordinal data?
No Answer is Posted For this Question
Be the First to Post Answer
What is member function?
Who is the father of php and what is the current version of php and mysql?
How do sessions work in php?
Tell me how to find current date and time?
what are the errors and when we get that particular errors.and who will give that errors
what is difference between edit and update?
What is dao in php?
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
What is the advantge and disadvantage of mysql_connet() and mysql_pconnect() ? in which condition will you use mysql_connect() and mysql_pconnect().
Is php used in 2019?
What is an array in php?
how to hidden querystring url please send sample program