|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I am trying to someone who has a server that seems to be gluing
array_values onto the keys of the $_POST associative array and thus feeding extra keys which are confusing the program. Visual example: Expected- key2 => firstval key3 => secondval Getting- key2 => firstval key3 => secondval firstval => secondval => Here's hoping this can be easily stopped with a configuration directive. Anyone know what it is? Or is this just a buggy php install? |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On Mar 26, 3:12 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> Impossible to say without some code. Consider the above a print_r of $_POST Normal HTML form, works in the expected way (1st above) on every other server, so I suspect either a config option doing this, some third party patch possibly, or a php bug. Any configuration wizards want to take a stab at it? |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
kd0bvk@gmail.com wrote:
> I am trying to someone who has a server that seems to be gluing > array_values onto the keys of the $_POST associative array and thus > feeding extra keys which are confusing the program. > > Visual example: > > Expected- > > key2 => firstval > key3 => secondval > > Getting- > > key2 => firstval > key3 => secondval > firstval => > secondval => > > Here's hoping this can be easily stopped with a configuration > directive. Anyone know what it is? > > Or is this just a buggy php install? > Impossible to say without some code. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
kd0bvk@gmail.com wrote:
> On Mar 26, 3:12 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote: >> Impossible to say without some code. > > Consider the above a print_r of $_POST > > Normal HTML form, works in the expected way (1st above) on every other > server, so I suspect either a config option doing this, some third > party patch possibly, or a php bug. > > Any configuration wizards want to take a stab at it? > As I said - without your code, the answer is impossible. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |
|
![]() |
| Outils de la discussion | |
|
|