as explained in the php.ini file it isnt advised to use register_globals however with them on just using $value should work fine
i turned my register_globals on in my php.ini and checked to see if it was on using phpinfo(); to my astonishment it wasnt on!
check this to see if it is working
using $_POST[var] however is recommended, as it is good coding.