is there a way in PHP to set the request method as a POST
? after setting the request method as POST
, id like to programmatically assign the post data to be sent.
i dont want to use curl, i want a header redirect. i imagine i need to set a response code? what is the post response code?