So I have a contact form on one website, but I want to use the mailing function on another. I can make forms and get the text and send them in the PHP mail function just fine, I'm just not sure how to do this for another website without opening another tab.
Also, I'm not even sure what to call this.
For example: I have text fields and a submit button on one website, and I want to send that data to another URL like so:
http://myurl.com?act=phptools&[email protected]&subject=Hello&message=How are you?
How would I do this without opening another tab in the browser?