What is session and Cokkies . How it works .
tell some thing about Session_id()
Answer / parveen
cookies are store at browser end. and session are store at server side. session_id() is also store in cookies
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain Type juggling?
Without using forms and hidden variables, how to send variables from a PHP script to another URL using POST method?
Tell me how to find current date and time?
What are getters and setters php?
What are the __construct() and __destruct() methods in a php class?
How can you declare a constant variable in php?
What is the default time of cookie in php?
What is the differences between $a != $B and $a !== $B?
What is new keyword in php?
Which function is used to read a file removing the html and php tags in it upwork?
How to check a key exist in an array?
How do I check if a given variable is empty?