$ch = curl_init ("http://buzzlog.buzz.yahoo.com/feeds/buzzsportm.xml ");
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt ($ch, CURLOPT_HEADER, (0));
$data = curl_exec ($ch);
curl_close ($ch);
$doc = nowy SimpleXmlElement ($data, LIBXML_NOCDATA);
//print_r ($doc);
jeżeli (isset ($doc->channel))
{parseRSS ($doc);
}
jeżeli (isset ($doc->entry))
{parseAtom ($doc);
}
funkcja parseRSS ($xml)
{
echo "". $xml->channel->title. "";
$cnt = obliczenie ($xml->channel->item);
dla ($i=0; $i<$cnt; $i++)
{
$url = $xml->channel->item [$i] - >link;
$title = $xml->channel->item [$i] - >title;
$title = stripslashes ($title);
$title = strip_tags ($title);
$title = ereg_replace ("[^A-Z a-z]", "", $title);
$desc = $xml->channel->item [$i] - >description;
echo "". $title. "". $desc. "";
}
// Łączyć twój MySQL baza danych twój sposób ty lubić tutaj
include_once "connect_to_mysql.php";
$url = $_POST ["połączenie"];
$title = $_POST ["tytuł"];
$desc = $_POST ["opis"];
// Baza danych duplikat e-mailowy czek ustawianie dla use e-mailowy w the błąd jeżeli inny conditionals
$sql = mysql_query ("WYBRANY Full_Name OD stock_index DOKĄD Full_Name='$ Full_Name'");
$results = mysql_num_rows ($sql);
Current_Value = $row ["Current_Value"];
jeżeli ($title! = $Full_Name) {
druk "błąd";
} inny {
druk $Full_Name;
}
}
? >
|