Make sure you're accessing your variables correctly as well. Remember, 
register_globals is now off by default, so you can't just access POST and GET 
vars by variable name, but insterad use $_POST[varname] or $_GET[varname]

On Wednesday 11 September 2002 10:42, Chris Boget wrote:
> Do any of you guys have experience setting PHP up
> with the IPlanet webserver?  We are trying it out (for
> a client) and we can't seem to get to so that PHP
> gets the POST or GET variables passed from a form
> and would like to talk with someone who's had experience
> working with or around this problem.
>
> Chris

-- 

Henrik Hudson
[EMAIL PROTECTED]

Note:  Beware of Dragons - Thou art crunchy and taste good with ketchup.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to