Robert Redl's Library tagged → View Popular, Search in Google
in list: dev
-
PHP make this very easy by including functions like file_get_contents() that has URL support. This code will get you the contents of an URL.
$contents = file_get_contents('http://example.com/rss.xml');Unfortunately, this is a huge security threat - and many servers have disabled this feature in PHP. Also this is not the most optimized method to fetch an URL. Also, it is impossible to submit data using the POST method using this function.
Other Options - curl and fsockopen
PHP provide other two method to fetch an URL - Curl and Fsockopen. But to use this I have to write a lot more code.
Top Contributors
Groups interested in url
-
webkatalog
Adressen Webkatalog Suchmasc...
Items: 1 | Visits: 50
Created by: wowakhan
-
MY PROFILES
All are my favourite profile...
Items: 176 | Visits: 50
Created by: Surajit Sarkar
-
URL Encode
Japanese URL Encode
Items: 7 | Visits: 194
Created by: Toshiro Shimura
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo
