MyBB Community Forums

Full Version: create my cookie
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,

i want to create my cookie to use it for members or visitors

for example:

i want to create a drop down list with options
red
blue
green

on a front page. Every user must select an option and  this option must stored as a cookie.

When a user return to a site must read the cookie and put the cookie value into a variable.

Is it possible?
(2015-10-24, 02:51 PM)tempo Wrote: [ -> ]hi,

i want to create my cookie to use it for members or visitors

for example:

i want to create a drop down list with options
red
blue
green

on a front page. Every user must select an option and  this option must stored as a cookie.

When a user return to a site must read the cookie and put the cookie value into a variable.

Is it possible?



Do you have programming experience? Where are you using the variable, PHP or Javascript?