we're already using SUPERGLOBAL_POST, its just that they stopped
working. theĀ GET variables are coming through fine, just not the
posts.also, I was told it would'nt be an intermittent
thing.Does this make any sense? :) thanks!Chris> if your post var is > > $name > > now you will have to cach it lik
> if your post var is > > $name > > now you will have to cach it like: > > $name =
$HTTP_POST_VARS['name']; > > Please read the security
chapter in the manual. > I also recommend you not to disable this
feature in the php.ini. > As the manual says, we should adapt our
scripts to this way of work. >
My post variables are not coming through when I submit a form, this
seems to be an intermittent issue (it doesn't happen all the time, just
randomly). Has anyone had this problem?
Php 4.3.1 and apache 1.3.29
Any help would be greatly appreciated! =] Thanks!