Termanater13 Posted September 1, 2009 Share Posted September 1, 2009 I have been looking for a way to send post data to a site with php, but all i find is how to use what is sent to the site. the reason I'm asking I'm trying to use the twitter api and I have to use post data to get the information I need and all the api code i found uses cURL. I can use it curl on my site when I develop it. but the server that it will end up on does not have it. Link to comment https://forums.phpfreaks.com/topic/172726-solved-post-data-sending/ Share on other sites More sharing options...
gevans Posted September 1, 2009 Share Posted September 1, 2009 http://netevil.org/blog/2006/nov/http-post-from-php-without-curl Check out that link. It shows you how to send a POST Request without using cURL. Link to comment https://forums.phpfreaks.com/topic/172726-solved-post-data-sending/#findComment-910434 Share on other sites More sharing options...
Termanater13 Posted September 1, 2009 Author Share Posted September 1, 2009 http://netevil.org/blog/2006/nov/http-post-from-php-without-curl Check out that link. It shows you how to send a POST Request without using cURL. thats exactly what I was looking for. thanks. Link to comment https://forums.phpfreaks.com/topic/172726-solved-post-data-sending/#findComment-910435 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.