Hi,
just starting with php!
I am trying to split the value of a cookie into an array but can's find the right syntax. Either it prints "array" or I get the error message: Parse error: parse error, expecting `'('' " in.......?
$one = array split("~~",$HTTP_COOKIE_VARS["prefList"]);
Can aynone tell me the correct syntax in php?
thanks,
safra
just starting with php!
I am trying to split the value of a cookie into an array but can's find the right syntax. Either it prints "array" or I get the error message: Parse error: parse error, expecting `'('' " in.......?
$one = array split("~~",$HTTP_COOKIE_VARS["prefList"]);
Can aynone tell me the correct syntax in php?
thanks,
safra