HI all.
I'm using php4 and I can only access the variables with http_post_vars, how can I setup if i want to access them directly ?
eg: test.php3?id=1
in test.php3 -> print $id; // result: 1
thx S.K.
with: --enable-track-vars Voila! ./configure --enable-track-vars --with-mysql=/path/ etc. etc.