Arrays and Sessions
Posted: Thu Oct 14, 2004 6:27 pm
Just a couple questions!
Can I assign an array to a SESSION variable? I build an array in a script, but then move to a new script. Can I carry that array with me?
How do I move to the next record in the array? My array is called $kids (brought over in $_SESSION['kids'])
How do I tell PHP to load a new page? How do I tell PHP to reload the EXISTING page?
Much thanks!
Can I assign an array to a SESSION variable? I build an array in a script, but then move to a new script. Can I carry that array with me?
How do I move to the next record in the array? My array is called $kids (brought over in $_SESSION['kids'])
How do I tell PHP to load a new page? How do I tell PHP to reload the EXISTING page?
Much thanks!