I'm having a little weird condition.
I have a simple form (POST method), whose Action is a validation
script, most of the times it works. But sometimes, the validation
script does not "receive" the variables from the form script.
The code is very simple, so I think I should review some of the
parameters of the PHP version (4.3.4) installed in the server where my
site is hosted, but I'm not sure which of them I should check.
Does somebody have any idea of what it could be happening?
Thanks.
I have a simple form (POST method), whose Action is a validation
script, most of the times it works. But sometimes, the validation
script does not "receive" the variables from the form script.
The code is very simple, so I think I should review some of the
parameters of the PHP version (4.3.4) installed in the server where my
site is hosted, but I'm not sure which of them I should check.
Does somebody have any idea of what it could be happening?
Thanks.
Comment