hi all,
i have a variable that contains a string containing a "=" character.
for exemple my string is "toto=tata"
when i put this string in a cookie it bugs.
when i put the string in a cookie without the "=" char (when i put only "tototata" that works
i guess that with the "=" the program tries to compare toto with tata, or to make a concatenation or something else, and that's why it bugs...
what can i do to have the "=" char in my string ??
is there a way to keep the "=" in it ? (like with an ascii code for exemple) .... Best regards X-),
Elise
i have a variable that contains a string containing a "=" character.
for exemple my string is "toto=tata"
when i put this string in a cookie it bugs.
when i put the string in a cookie without the "=" char (when i put only "tototata" that works
i guess that with the "=" the program tries to compare toto with tata, or to make a concatenation or something else, and that's why it bugs...
what can i do to have the "=" char in my string ??
is there a way to keep the "=" in it ? (like with an ascii code for exemple) .... Best regards X-),
Elise