[wdvltalk] Re: php POST blues...

2003-01-07 Thread Jon Haworth
Hi, > Yeah, I figured it out using that a minute or so ago... but I'm > sure there should be another way of doing it by enumerating the > array like this: > > for($i=0;$i < count($_POST); $i++) > { > print $_POST[$i]; > } > > or similar. echo ""; print_r($_POST); echo ""; Very useful

[wdvltalk] Re: php POST blues...

2003-01-06 Thread John Nichel
4 January 2003 20:04 To: [EMAIL PROTECTED] Subject: [wdvltalk] Re: php POST blues... - Original Message - From: "Ben Joyce" <[EMAIL PROTECTED]> got a slight problem with some PHP code, I am totally baffled as have done this loads of tiems before... perhaps I am too tire

[wdvltalk] Re: php POST blues...

2003-01-06 Thread John Nichel
{ print $_POST[$i]; } or similar. just a thought. cheers for the reply anyhow! .b(J) -Original Message- From: Bj [mailto:[EMAIL PROTECTED]] Sent: 04 January 2003 20:04 To: [EMAIL PROTECTED] Subject: [wdvltalk] Re: php POST blues... - Original Message - From: "Ben Joyce"

[wdvltalk] Re: php POST blues...

2003-01-04 Thread Ben Joyce
Bj, you are an absoluet star. Thanks for that more thank helpful explanation. All is clear. Bloody associative arrays! /me spits! :) .b > -Original Message- > From: Bj [mailto:[EMAIL PROTECTED]] > Sent: 04 January 2003 21:47 > To: [EMAIL PROTECTED] > Subject: [wd

[wdvltalk] Re: php POST blues...

2003-01-04 Thread Bj
- Original Message - From: "Ben Joyce" <[EMAIL PROTECTED]> > Yeah, I figured it out using that a minute or so ago... but I'm sure there > should be another way of doing it by enumerating the array like this: > > for($i=0;$i < count($_POST); $i++) > { > print $_POST[$i]; > } The reason it

[wdvltalk] Re: php POST blues...

2003-01-04 Thread Ben Joyce
! .b(J) > -Original Message- > From: Bj [mailto:[EMAIL PROTECTED]] > Sent: 04 January 2003 20:04 > To: [EMAIL PROTECTED] > Subject: [wdvltalk] Re: php POST blues... > > > - Original Message - > From: "Ben Joyce" <[EMAIL PROTECTED]> > >

[wdvltalk] Re: php POST blues...

2003-01-04 Thread Bj
- Original Message - From: "Ben Joyce" <[EMAIL PROTECTED]> > got a slight problem with some PHP code, I am totally baffled as have done > this loads of tiems before... perhaps I am too tired to code, but anyway, > here is the deal: > > I'm tryign to enumerate the variables int eh $_POST ar