Setting and Reading Cookies in PHP


Use cookies to store data on the client’s computer for tracking or identification.

Source Code

setcookie("user", "John Doe", time() + 3600);
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments