Dennis, Its probably that you are used to register_globals being on in php.ini. In recent versions it is off by default. Either change the setting or use $_GET["varname"] or $_POST["varname"] depending on whether the data is GET or POST data.
HTH Chris Hoofe, Dennis wrote: >Hi, > >I have the following problem: >First file: test.php >Second: test2.php > >Via form I pass a variable from File 1 to File 2. Echoing the variable (echo >$variableIset;) does not work, although the variable seems to be properly >passed in the URL. >Has this something to do with track_vars or something like that? Everything >else works. >I have the most lately stable apache release and php release. > >Thx a lot >Dennis > > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php