How can we encrypt the password using php?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

Where is the submitted form data stored?

0 Answers  


Why print_r is used in php?

0 Answers  


What is the default time of cookie in php?

0 Answers  


What are the different data types in javascript?

0 Answers  


How can you submit a form without a submit button?

0 Answers  






What is php string function?

0 Answers  


Should I use mysqli or pdo?

0 Answers  


What is difference between sql and php?

0 Answers  


Is it possible to submit a form with a dedicated button?

0 Answers  


Do I need apache for php?

0 Answers  


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 Answers  


What is difference between session and cookie in PHP?

0 Answers  


Categories