michaellunsford Posted June 14, 2007 Share Posted June 14, 2007 I'm trying to code a php curl script -- but the primary problem is figuring out what this goofy form is posting. I have apparently not been successful in tracing all of these many javascript threads to completion. Is there an easier way to know exactly what a browser is posting to a page? Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/55519-solved-what-is-a-form-posting/ Share on other sites More sharing options...
trq Posted June 14, 2007 Share Posted June 14, 2007 Is there an easier way to know exactly what a browser is posting to a page? Not unless that page is under your control. Obviously, you've looked at the html of the form? Quote Link to comment https://forums.phpfreaks.com/topic/55519-solved-what-is-a-form-posting/#findComment-274337 Share on other sites More sharing options...
michaellunsford Posted June 14, 2007 Author Share Posted June 14, 2007 HA, got it. Copied the page to my local machine, hardcod full urls in the "<script src=" , and made the action mailto:[email protected]. Now I'm getting all of the variables to appear in a new email message. Boo-yah. Quote Link to comment https://forums.phpfreaks.com/topic/55519-solved-what-is-a-form-posting/#findComment-274344 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.