Sr. PHP Programmer Question:

Tell me how to set cookies in PHP?

Answer:

Setcookie("sample", "ram", time()+3600);

Read All 202 Senior PHP Programmer Questions
Previous QuestionNext Question
require_once(), require(), include(). What is difference between them?What is the difference between explode() and split() functions?