jammesz Posted September 30, 2006 Share Posted September 30, 2006 im trying to do make a php script that automatically (with out having to press the submit button etc)send out $_POST variables and submit the form and it has to be $_POST nothing else.just before you suggest something you must take note that i dont have access to the form script.so in other words im trying to send $_POST variables to a remote form.i also use firefox and greasemonkey so i can implement javascript but i prefer not to as i want every thing to be automatc.thanks for any helpjammesz Quote Link to comment https://forums.phpfreaks.com/topic/22567-automatic-form-submit/ Share on other sites More sharing options...
ignace Posted September 30, 2006 Share Posted September 30, 2006 without javascript , your form will never automatically submit , php is a server-side language it resolves everything on the server not on the client , so when you fill in your form , php won't have a clue what is going on. Quote Link to comment https://forums.phpfreaks.com/topic/22567-automatic-form-submit/#findComment-101341 Share on other sites More sharing options...
jammesz Posted October 1, 2006 Author Share Posted October 1, 2006 yea i know,but i was just hoping for someway this could happen as i was planning to do multiple sign ups (this is around 2000 email address') on a site that i dont own. Quote Link to comment https://forums.phpfreaks.com/topic/22567-automatic-form-submit/#findComment-101761 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.