Re: [PHP] Registering an Array in a Session

2002-05-07 Thread Dan Hardiker
> I am trying to register an array in a session, but am having no luck. [..] > where fieldtext is the name of a field on the form, and $page is the > page number, which increases by one each time the form is submitted. That should get you started. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Soft

[PHP] Registering an Array in a Session

2002-05-07 Thread Alexis Antonakis
Hi, I am trying to register an array in a session, but am having no luck. What I have is a form with set fields on which is processed a certain number of times. Upon submitting the form each time, I run the following: session_register("fieldtext[".$page."]"); where fieldtext is the name of