I have a form I am trying to send values across multiple pages, I needed to know if the setcookie() should be on every page values are to be displayed or used in the script.
When using cookies, is the setcookie(); code entered on every page the info will be retrieved and/or sent by the user? - or just once, on the page where the info is originated?
Leave a comment: