Sr. PHP Programmer Question:
Tell me how to set cookies in PHP?
Answer:
Setcookie("sample", "ram", time()+3600);
Previous Question | Next Question |
require_once(), require(), include(). What is difference between them? | What is the difference between explode() and split() functions? |