Hi all,
just a logic question here, I updated to php 4.3.4 and checked register_globals = off, prior to this I was using php 4.0.1 and $POST didnt work due to the php version I was using, but now with php 4.3.4 both $POST and $HTTP_POST_VARS are working....is this wrong? so is $HTTP_POST_VARS backward compatible?, I will/want to code only with register_globals off but am worried I have done something wrong with my install, I am on a windows xp system, any help a big thanks.
🙂
BBK