* Thus wrote Chuck PUP Payne: > Hey, > > I have just upgrade my box and my forms are no longer passing information > into the database. I did a simple echo test and sure enough nothing. I was > using Apache 1.3 with php 4.1 I am now using Apache 2 with php 4.3.4, I > thinking there is something that needs to be turn on in my php.ini that I > need to turn to pass information. 4.1 is really old and very many changes have been made. The best thing to do is to set up a simple form post test. My bet is you are probably running into a register_globals issue. This might help with how to handle POST data: http://php.net/language.variables.external Curt -- Quoth the Raven, "Nevermore." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php