Jump to content

post from one website to another


louis_coetzee

Recommended Posts

Hi, I would like to know if it is possible to post from one website to another using $_POST[]

 

For example: send username variable form www.k.co.za to www.h.co.za and actually getting it to say for example echo the $_post variable....if not how can I solve this, the string will be too long to use $_get

Link to comment
https://forums.phpfreaks.com/topic/165942-post-from-one-website-to-another/
Share on other sites

Louis,

 

    PHP's cURL library will allow you to do what you want but requires a learning curve and non-core dependencies which may not be available on 3rd party hosts.

 

    Another alternative is to make a POST request with PHP by making a socket connection.  You can find a ready made script for this at: http://codetree.rthconsultants.com/2009/07/php-make-a-post-request-to-a-url/

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.