Posting a Variable which is a url to a webserver

Hi,

i have a variable $url = "http://dummysite.com/index.php?id=5and buch of stuff here…

is there a function like post_url($url) , so that it posts this url internally .

Thanks a lot for your help .

cURL : http://php.net/manual/en/book.curl.php

Thank U :slight_smile:

This helped

echo http_get(“http://someurlhere.com”);

Sponsor our Newsletter | Privacy Policy | Terms of Service