Posted by Jerry Stuckle on 04/10/06 15:10
wesley@ispace.co.za wrote:
> Hi all
> I have many check boxes on a page (The number is unknown) I want to
> send the results to another page. I will have to name the checkboxes
> using an array because i dont know how many check boxes there will be.
> I decided to make the array a $_SESSION variable, but the results are
> not going to the next page... any suggestions?
> Thanks Wes
>
Are you using session_start() at the start of BOTH pages?
How are you setting the $_SESSION variable?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|