On Mon, 2009-01-12 at 16:18 -0500, tedd wrote:
> At 8:03 PM + 1/12/09, Ashley Sheridan wrote:
> >
> >I tend to use $_REQUEST to capture a lot of my data, as I end up mixing
> >get and post a lot throughout my code. $_REQUEST is an amalgamate of
> >$_COOKIE, $_GET and $_POST (in that order I bel
On Mon, Jan 12, 2009 at 4:18 PM, tedd wrote:
> At 8:03 PM + 1/12/09, Ashley Sheridan wrote:
>>
>> I tend to use $_REQUEST to capture a lot of my data, as I end up mixing
>> get and post a lot throughout my code. $_REQUEST is an amalgamate of
>> $_COOKIE, $_GET and $_POST (in that order I belie
On Mon, 2009-01-12 at 16:18 -0500, tedd wrote:
> At 8:03 PM + 1/12/09, Ashley Sheridan wrote:
> >
> >I tend to use $_REQUEST to capture a lot of my data, as I end up mixing
> >get and post a lot throughout my code. $_REQUEST is an amalgamate of
> >$_COOKIE, $_GET and $_POST (in that order I bel
At 8:03 PM + 1/12/09, Ashley Sheridan wrote:
I tend to use $_REQUEST to capture a lot of my data, as I end up mixing
get and post a lot throughout my code. $_REQUEST is an amalgamate of
$_COOKIE, $_GET and $_POST (in that order I believe, with $_GET
overwritting $_COOKIE, and $_POST overwrit
On Mon, Jan 12, 2009 at 3:34 PM, Robert Cummings wrote:
> On Mon, 2009-01-12 at 15:29 -0500, Eric Butera wrote:
>> On Mon, Jan 12, 2009 at 3:21 PM, Robert Cummings
>> wrote:
>> > On Mon, 2009-01-12 at 15:15 -0500, Eric Butera wrote:
>> >> On Mon, Jan 12, 2009 at 3:03 PM, Ashley Sheridan
>> >> w
On Mon, 2009-01-12 at 15:15 -0500, Eric Butera wrote:
> On Mon, Jan 12, 2009 at 3:03 PM, Ashley Sheridan
> wrote:
> > I tend to use $_REQUEST to capture a lot of my data, as I end up mixing
> > get and post a lot throughout my code. $_REQUEST is an amalgamate of
> > $_COOKIE, $_GET and $_POST (in
On Mon, 2009-01-12 at 15:29 -0500, Eric Butera wrote:
> On Mon, Jan 12, 2009 at 3:21 PM, Robert Cummings wrote:
> > On Mon, 2009-01-12 at 15:15 -0500, Eric Butera wrote:
> >> On Mon, Jan 12, 2009 at 3:03 PM, Ashley Sheridan
> >> wrote:
> >> > I tend to use $_REQUEST to capture a lot of my data, a
Eric Butera wrote:
On Mon, Jan 12, 2009 at 3:21 PM, Robert Cummings wrote:
On Mon, 2009-01-12 at 15:15 -0500, Eric Butera wrote:
On Mon, Jan 12, 2009 at 3:03 PM, Ashley Sheridan
wrote:
I tend to use $_REQUEST to capture a lot of my data, as I end up mixing
get and post a lot throughout my co
On Mon, Jan 12, 2009 at 3:21 PM, Robert Cummings wrote:
> On Mon, 2009-01-12 at 15:15 -0500, Eric Butera wrote:
>> On Mon, Jan 12, 2009 at 3:03 PM, Ashley Sheridan
>> wrote:
>> > I tend to use $_REQUEST to capture a lot of my data, as I end up mixing
>> > get and post a lot throughout my code. $_
On Mon, 2009-01-12 at 15:15 -0500, Eric Butera wrote:
> On Mon, Jan 12, 2009 at 3:03 PM, Ashley Sheridan
> wrote:
> > I tend to use $_REQUEST to capture a lot of my data, as I end up mixing
> > get and post a lot throughout my code. $_REQUEST is an amalgamate of
> > $_COOKIE, $_GET and $_POST (in
On Mon, Jan 12, 2009 at 3:03 PM, Ashley Sheridan
wrote:
> I tend to use $_REQUEST to capture a lot of my data, as I end up mixing
> get and post a lot throughout my code. $_REQUEST is an amalgamate of
> $_COOKIE, $_GET and $_POST (in that order I believe, with $_GET
> overwritting $_COOKIE, and $_
On Mon, 2009-01-12 at 13:40 -0500, Robert Cummings wrote:
> On Mon, 2009-01-12 at 13:37 -0500, tedd wrote:
> > At 8:59 AM -0800 1/12/09, Chris Carter wrote:
> > >Hi,
> > >
> > >I have one form where user fills data using radio buttons. Only one answer
> > >goes from here to another page.
> > >
> >
On Mon, 2009-01-12 at 13:37 -0500, tedd wrote:
> At 8:59 AM -0800 1/12/09, Chris Carter wrote:
> >Hi,
> >
> >I have one form where user fills data using radio buttons. Only one answer
> >goes from here to another page.
> >
> >FORM 1
> >
> >
> >
> >5
> >
> >
> >1
> >
> >
> >3
> >
> >
> >
> >
> >
At 8:59 AM -0800 1/12/09, Chris Carter wrote:
Hi,
I have one form where user fills data using radio buttons. Only one answer
goes from here to another page.
FORM 1
5
1
3
---
FORM 2
There is another page has a form with 14 fields PLUS I need the data of the
p
If the 2 forms exist on the same server. Use Sessions. thats would solve lot
of problems managing hidden fields and everything.
Thanks,
V
>
> Hi,
>
> I have one form where user fills data using radio buttons. Only one answer
> goes from here to another page.
>
> FORM 1
>
>
>
> 5
>
>
> 1
>
>
> 3
>
>
>
>
> ---
>
> FORM 2
>
> There is another page has a form with 14 fields PLUS I need the data of the
> p
> -Original Message-
> From: Chris Carter [mailto:chandan9sha...@yahoo.com]
> Sent: Monday, January 12, 2009 11:00 AM
> To: php-general@lists.php.net
> Subject: [PHP] Data trasfer between PHP pages
>
>
> Hi,
>
> I have one form where user fills data using radio buttons. Only one
> answer
17 matches
Mail list logo