No idea if this will help, but not sure why you are serializing the array...
// sessionarray.php4
session_cache_limiter("");
session_start();
session_register('name');
session_register('city');
session_register('state');
session_register('postcode');
session_register('pagecount');
if (pagecoun
ently
> about arrays in sessions, and some good sample code...checkout the list
> archives...
> if you didn't want to use sessions you could just keep passing one large
> array to your different php scripts and then passing that into your
> database at the end when you're do
what exactly are you trying to do? pass variables to a php script? then
use a form with POST or GET...not that simple? describe better what
you're doing then...
-jack
cam k wrote:
ok, I'll explain this a little better, bear with me. I have several forms
in different frames and one
does anyone know how to pass values in javascript variables to php
variables?? Or a workaround if no direct solution...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrat
;[EMAIL PROTECTED]> wrote in message
99ujc9$nvb$[EMAIL PROTECTED]">news:99ujc9$nvb$[EMAIL PROTECTED]...
> How about use JavaScript to do that.
> You should be able to access all forms, frames in browser.
>
> --
> Yasuo Ohgaki
>
>
> ""cam k"" &
I would like to store data from several forms (same form, different data) so
that the info can be written to a database all at once. The reason being is
that I would like to have all this information tied to information from a
general form. eg. I have a general information form in one frame on
6 matches
Mail list logo