* Thus wrote Dan Phiffer: > John W. Holmes wrote: > > >There's nothing in PHP that would not let POST values get through. > > Well, I think there are means of disabling the registration of $_POST, > but that's not relevent to this problem.
why not? Things that will prevent _POST from being filled out: variable_order="GC" ; lacks P post_max_size=8 ; missing M at the end. ; or a small number disallowing it from ; being set. the php binary your using isn't really a cgi binary but the CLI version of php. Ensure you are using the right php.ini, there are multiple version's depending on what they are named php[-{sapi}].ini null Uses builtin default settings php.ini The default ini php-cgi.ini for CGI applications php-apache.ini For apache php-cli.ini For CLI ... Curt -- First, let me assure you that this is not one of those shady pyramid schemes you've been hearing about. No, sir. Our model is the trapezoid! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php