What am I missing here? This is my PHP file:
session_start(); echo print_r($_SESSION); echo \"\"; echo print_r($_POST); // Save input in sessio
Working with Xampp, that example works just fine. The 'test1' is printed on the before and after a successful post. Using PHP 5.3.8.
Tested on Linux with PHP 5.3.6, also works fine printing the 'test1' in both cases.
So, it seems PHP is not the problem here.