send http post from send.php

please help someone.

i need text input ( phone) and submit button

submit button will execute send.php

send.php will execute this http post with phone variable

SEND.PHP will execute this http post

http://127.0.0.1/Setup.htm?PhoneNumber=phone?Text=test_message

b[/b]

Ange nummer:

SEND.PHP

<?php $url = 'http://127.0.0.1/Setup.htm?PhoneNumber=[b]phone[/b]?Text=test_message/'; $response = http_post_data($url, $phone); ?>

http://www.php.net/manual/en/curl.examples.php

Please help this is not working for me.

What are you actually trying to accomplish overall?

Sponsor our Newsletter | Privacy Policy | Terms of Service