On Thursday 17 July 2003 22:06, Matt Palermo wrote:
> I have a session array that stores some values that I set. It holds all
> the inserted values, unless the value I want to insert has a space in it,
> then it only inserts the characters before the space into the array. It
> looks like this:
>
I have a session array that stores some values that I set. It holds all the
inserted values, unless the value I want to insert has a space in it, then it
only inserts the characters before the space into the array. It looks like
this:
// This works
$sessionArray[1] = "nospace";
echo "result:
2 matches
Mail list logo