Tell me what is htaccess? Why do we use this and where?
No Answer is Posted For this Question
Be the First to Post Answer
How will you calculate days between two dates in PHP?
how many ways we get current date in php
how many type of url?
Design a class that should always return a single object ?
Is age interval or ordinal?
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
Define object-oriented methodology?
What is the purpose of basename() function in PHP?
What is a static method php?
What is the use of friend function?
how to get substring of string without using substr() function in php ????
How to download a php script directly in your script page?
3 Answers A1 Technology, Zmanda,