How to reset/destroy a cookie in php?


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

Post New Answer

More PHP Interview Questions

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  


Why we are using PHP than others for web developing?

4 Answers  


How to find second highest salary

9 Answers  


what is difference between edit and update?

1 Answers  


What is php explain how php works?

0 Answers  






hai, friend i srinu i had completed my graduation in 2004. now i am fineshed PHP course .may i get any oppartunity on php progr pls sugg me . thank u

0 Answers  


Explain Magento's autoload functionality and how to instantiate classes? What is the process you take when theming a store? Talk about Magento collections and how you use them?

0 Answers  


What is difference between required and require_once in php?

0 Answers  


Does not want to see PHPSESSID in the url. How can be done this ?

3 Answers  


Which functions are used to remove whitespaces from the string?

0 Answers  


•What is the difference between “mysql_fetch_array” and “mysql_fetch_object?

2 Answers   Infotech,


What is xss and csrf?

0 Answers  


Categories