> "Lasse Riis" <[EMAIL PROTECTED]> wrote in message... > > I've been trying to install php 4.2.2 on my w2k box.
I suspect you are not using the "new" method to address variables. Use $_POST['varname'] instead of $varname, or use extract($HTTP_POST_VARS) at the top of your script to autocreate all the POSTed variables. See the information on changes between 4.1 and 4.2 on php.net for details. - Steve Yates - "Let's eat kosher tonight," said Tom judiciously. ~ Do you like my taglines? Add them to your messages and ~ laugh through hundreds more by downloading Taglinator ~ at www.srtware.com today! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php