php? Posted December 31, 2007 Share Posted December 31, 2007 Would it be possible to use the $_POST variable on a "Join" page for my clan, and then when they click register it sends them to a page that says 'blah blah please way to be accepted into the clan' ... Meanwhile the $_REQUEST Variable is used on an Admin page to show that a 'Username' has requested to join clan blah. Would this be able to show multiple requests on the Admin page in any way? Please post your suggestions/ideas Quote Link to comment https://forums.phpfreaks.com/topic/83906-_post-variable-and-_request-variable-help/ Share on other sites More sharing options...
revraz Posted December 31, 2007 Share Posted December 31, 2007 Use a Database instead. The $_POST and $_REQUEST variables will not transfer from one person to another. Quote Link to comment https://forums.phpfreaks.com/topic/83906-_post-variable-and-_request-variable-help/#findComment-427013 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.