>Server Apache / PHP v.4.1.2 >At the moment the parametere register_globals is still set to on; >I'm triyng to use $_POST and $_FILES between different pages, but variables >are always empty !!!
Is 'track_vars' turned *ON* in php.ini? That's the one that fills in all those variables. If your version of PHP is "too old" you'll need $HTTP_POST_VARS instead of $_POST and similar. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php