Page 1 of 1

How to do "POST" to imitate form submission

Posted: Mon Oct 20, 2003 9:31 pm
by alexeiz
I am not very experienced, this may be a dumb question!

I need to submit an entry to a standard form to post a message,

I know how to do it using form, entering username, password and other information and then sending this submission to another form with PHP script triggered by this.

I want to do the same from a database that stores my usernames, passwords and other info without the need to click on "Submit" button.

Is there a way to send "POST" with all POST_VARS from the script?

:(

Posted: Mon Oct 20, 2003 10:07 pm
by hedge
yes, search by my username. I have posted some code here that does just that.

You could also use the curl library, I've never used it so can't offer any help there, I'm a roll-yer-own kinda guy.