Re: [PHP] Sessions and CHECKBOXES :(

2001-03-19 Thread karakedi
i ve no problem with arrays? just cant register them into sessions. ""Yasuo Ohgaki"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Although, you ask not to refer to PHP manual, there is a function you probably > would like to learn. > (I guess you haven't r

Re: [PHP] Sessions and CHECKBOXES :(

2001-03-18 Thread Yasuo Ohgaki
Although, you ask not to refer to PHP manual, there is a function you probably would like to learn. (I guess you haven't read about array functions, right?) http://www.php.net/manual/en/function.array-merge.php This should be what you are looking for. (Don't over write, but merge arrays. I guess