I have two .php files. The one gives his values to the other but they never reach the second file. I am 100% about the code!
Is ther something that can be changed in the php.conf on my server?
Without code it's hard to say, but it's likely to be register_globals related. Read about it here: http://php.net/register_globals
-- Stuart
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php