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 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. Link to comment https://forums.phpfreaks.com/topic/283594-help-please/#findComment-1457015 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.