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?