Re: [PHP] passing _GET values to _POST

2008-01-08 Thread Philip Thompson
On Jan 7, 2008, at 7:20 PM, Mary Anderson wrote: Hi all, I have a screen get_collection.php which is supposed to be used to select something called 'data sets'. My database (the postgres database is not the problem, PHP is) has an entity called 'data series' which has a child entity ca

Re: [PHP] passing _GET values to _POST

2008-01-07 Thread Richard Lynch
On Mon, January 7, 2008 7:20 pm, Mary Anderson wrote: EVERY http request is totally separate and independent of any other http request, unless YOU specifically code something in the URL or SESSION to tie them together. > I thought I could just give re_reference_id to get_collection as > an >

[PHP] passing _GET values to _POST

2008-01-07 Thread Mary Anderson
Hi all, I have a screen get_collection.php which is supposed to be used to select something called 'data sets'. My database (the postgres database is not the problem, PHP is) has an entity called 'data series' which has a child entity called 'data sets'. The user is first shown a list of