PHPilliterate Posted January 19, 2008 Share Posted January 19, 2008 Howdy! OK...I have a login page that i need to have the USERNAME be passed to the my page that shows the result of the search. I think the problem is here: $MM_redirectLoginSuccess = "cwplayers_Results.php" When the login is successful, it goes to my results page and shows everything in my table. How do i pass the query to the results page? Quote Link to comment https://forums.phpfreaks.com/topic/86811-login-username-also-used-as-search-query/ Share on other sites More sharing options...
lalabored Posted January 19, 2008 Share Posted January 19, 2008 I don't understand... so you want the username that's returned from your query to be passed onto another page? You should use sessions for that. Go on Google and look for tutorials, good luck! Quote Link to comment https://forums.phpfreaks.com/topic/86811-login-username-also-used-as-search-query/#findComment-443694 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.