Nazwa29 Posted November 4, 2013 Share Posted November 4, 2013 I need the random cd-key from this site when email entered in textbox http://a9.comze.com/2.php to automatically send to email Quote Link to comment https://forums.phpfreaks.com/topic/283594-help-please/ Share on other sites More sharing options...
ignace Posted November 5, 2013 Share Posted November 5, 2013 Inspect the form through your browser and copy what's in the action attribute. The form is probably using method="post" so you can mimic the form using curl: http://davidwalsh.name/curl-post Use a regex to get the cd-key from $result. Quote Link to comment https://forums.phpfreaks.com/topic/283594-help-please/#findComment-1457015 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.