Pogledajte određenu poruku
Staro 01. 02. 2011.   #7
webarto
expert
Grand Master
 
Avatar webarto
 
Datum učlanjenja: 11.04.2010
Poruke: 998
Hvala: 141
959 "Hvala" u 153 poruka
webarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished roadwebarto is on a distinguished road
Default

PHP kôd:
function curl($url){
    
$ch curl_init();
    
curl_setopt($chCURLOPT_URL,$url);
    
curl_setopt($chCURLOPT_RETURNTRANSFER1);
    return 
curl_exec($ch);
    
curl_close ($ch);
}

$xml curl("http://www.sajt-com.com/write1.xml");
$xml simplexml_load_string($xml); 
webarto je offline   Odgovorite uz citat
3 članova zahvaljuje webarto za poruku: