submit a form with post method to remote server using php curl We learn how to submit the form data to remote server in my previous example with URL string. Here we can pass data with POST multipart method,main difference is that we passs it as array. To submit forms using cURL, we need to [...]