tet3828 Posted November 5, 2006 Share Posted November 5, 2006 Is it possible to turn a $variable into a super_global ($_POST) without the user having to submit a form? Link to comment https://forums.phpfreaks.com/topic/26212-_post-values-with-out-a-form-solved/ Share on other sites More sharing options...
tet3828 Posted November 5, 2006 Author Share Posted November 5, 2006 **bump** Link to comment https://forums.phpfreaks.com/topic/26212-_post-values-with-out-a-form-solved/#findComment-119867 Share on other sites More sharing options...
seanlim Posted November 5, 2006 Share Posted November 5, 2006 Hi,I'm not really sure what you are trying to achieve, but you can assign the value directly, as in:$_POST['var1'] = $variable; Link to comment https://forums.phpfreaks.com/topic/26212-_post-values-with-out-a-form-solved/#findComment-119868 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.