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 ! Link to comment https://forums.phpfreaks.com/topic/37844-solved-display-_post-data/ 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. Link to comment https://forums.phpfreaks.com/topic/37844-solved-display-_post-data/#findComment-181143 Share on other sites More sharing options...
ikmyer Posted February 10, 2007 Author Share Posted February 10, 2007 perfect ! thank you ! Link to comment https://forums.phpfreaks.com/topic/37844-solved-display-_post-data/#findComment-181147 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.