Re: [PHP] Manual input, to form, to array, to session register...

2002-02-06 Thread Floyd Baker
On Wed, 6 Feb 2002 16:23:25 -0500, you wrote: > >On Wednesday, February 6, 2002, at 04:08 PM, Floyd Baker wrote: > >> Now I need to make this work using the session register. I have the >> all this working and passing defined variables ok. >> >> How is this done with a manual input? I have trie

Re: [PHP] Manual input, to form, to array, to session register...

2002-02-06 Thread Erik Price
On Wednesday, February 6, 2002, at 04:08 PM, Floyd Baker wrote: > Now I need to make this work using the session register. I have the > all this working and passing defined variables ok. > > How is this done with a manual input? I have tried to use the same > input line as before > > print

[PHP] Manual input, to form, to array, to session register...

2002-02-06 Thread Floyd Baker
Before 4.1 we used an input form with default field values and manual override input to an array and then posted to an action page. All was good until global_register were turned off. Now I need to make this work using the session register. I have the all this working and passing defined vari