What are the advantages of indexes?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use inheritance in php?
How can we encrypt the username and password using PHP?
3 Answers Rushmore Consultancy,
How long does a session last in php?
What are the variables in php?
How to set a page as a home page in a php based site?
What are the different methods of passing data or information between two calls of a web page? What are the advantages/disadvantages of these methods?
What does $globals mean?
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
am from coimbatore.am learning php&mysql. what will be the approx salary for me if i get a job in coimbatore.
Write the code for upload a video file in PHP.How will You Play this in Your Page.?
2 Answers ASD Lab, Convex Digital,
What are php data types?
What is the functionality of md5 function in php?