ikmyer Posted February 10, 2007 Share Posted February 10, 2007 I have done a few search and come up empty... not even sure if this is possible but I thought I have read it somewhere... Using php is there a way to display any and all $_POST variables that were passed ? Thanks ! Quote Link to comment Share on other sites More sharing options...
Jessica Posted February 10, 2007 Share Posted February 10, 2007 print_r($_POST); You may want to add a print '<pre>'; in front to format it nicely. Quote Link to comment Share on other sites More sharing options...
ikmyer Posted February 10, 2007 Author Share Posted February 10, 2007 perfect ! thank you ! Quote Link to comment 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.