parse(); $num=0; foreach ($rss->getStructure() as $item) { $num=$num+1; if ($num==1) { continue; } #echo "" . $item['description'] . "\n"; print "
"; print "

".$item['title']."

"; print "
".$item['pubDate']."
"; #print "

".$item['description']."

"; print "

".$item['description']."

"; print "
"; } return $num; } else { @mysql_connect($dbhost, $dbuser, $dbpwd) or die ("Konnte keine Verbindung zur Datenbank herstellen!"); @mysql_select_db($dbname) or die ("Konnte die Verbindung zu $dbname nicht herstellen!"); $result = mysql_query($query); while($row = mysql_fetch_array($result)) { $num=$num+1; $id = $row['id']; $datepress = $row['Date']; $msgtitle = $row['msgTitle']; $msgtop = $row['msgTop']; $msgdetail = $row['msgDetail']; print "
"; print "

$msgtitle

"; print "
$datepress
"; print "

$msgtop

"; if ($msgdetail!="") print "

... Detail

"; print "
"; } mysql_free_result($result); mysql_close(); return $num; } } ?> EGEE::GUP > Archiv
Website hosted by GUP
Page updated: 01/02/2009

Sie befinden sich auf der österreichischen EGEE-Seite
betreut von GUP.
Internationale Seite: http://www.eu-egee.org


Für Fragen bzw. Kommentare wenden Sie sich bitte an: .