Hi,
Is it wrong to forcefully set a value HTTP_GET_VARS and HTTP_POST_VARS
$HTTP_GET_VARS['foo'] = 'bar'?
If yes, why? and how can i pass value between one page and the other without
using the url?
Regards,
Sims
Is it wrong to forcefully set a value HTTP_GET_VARS and HTTP_POST_VARS
$HTTP_GET_VARS['foo'] = 'bar'?
If yes, why? and how can i pass value between one page and the other without
using the url?
Regards,
Sims
Comment