I have a textarea input on my site where the user can input information, when they hit submit i’m trying to get my site to take that data and submit it to an external site. When the external site returns the results i want to get those results and return them back to my site.
What is the best way to go around this ?
cheers
You can easily do it with curl.
Other alternatives are,