Re: [PHP] Problem retrieving $_POST values

2007-11-13 Thread Jon Westcot
Hi Chris, et al.: > > Here's a section of what comes back when I do this: > > > > [mls] => 1234567 > > [property_address] => Main St > > [city_arr] => Array > > ( > > [0] => CHNDHT > > [1] => CHNDLR > > [2] => GILBER > > [3] =

Re: [PHP] Problem retrieving $_POST values

2007-11-13 Thread Philip Thompson
On Nov 13, 2007 7:01 AM, chris smith <[EMAIL PROTECTED]> wrote: > On Nov 13, 2007 7:10 PM, Jon Westcot <[EMAIL PROTECTED]> wrote: > > Hi Chris: > > > > > Exactly as you have there. > > > > > > print_r($_POST); > > > > > > will show you everything. > > > > Here's a section of what comes back wh

Re: [PHP] Problem retrieving $_POST values

2007-11-13 Thread chris smith
On Nov 13, 2007 7:10 PM, Jon Westcot <[EMAIL PROTECTED]> wrote: > Hi Chris: > > > Exactly as you have there. > > > > print_r($_POST); > > > > will show you everything. > > Here's a section of what comes back when I do this: > > [mls] => 1234567 > [property_address] => Main St > [cit

Re: [PHP] Problem retrieving $_POST values

2007-11-13 Thread Jon Westcot
Hi Chris: > Exactly as you have there. > > print_r($_POST); > > will show you everything. Here's a section of what comes back when I do this: [mls] => 1234567 [property_address] => Main St [city_arr] => Array ( [0] => CHNDHT [1] => CHNDLR

Re: [PHP] Problem retrieving $_POST values

2007-11-12 Thread Chris
Jon Westcot wrote: Hi all: I'm having problems retrieving an array value that should be in a $_POST setting. In fact, I'm having trouble with the code hanging with no warnings or errors whatsoever, so I've got no clue why it's not working. Working code: if(isset($_POST["mls"]))

[PHP] Problem retrieving $_POST values

2007-11-12 Thread Jon Westcot
Hi all: I'm having problems retrieving an array value that should be in a $_POST setting. In fact, I'm having trouble with the code hanging with no warnings or errors whatsoever, so I've got no clue why it's not working. Working code: if(isset($_POST["mls"])) { if(strlen(t