Holladiewaldfee,
wie lese ich in ein array aus einer textdatenbank die Daten ein.
Gibt es hier ein Beispielscript zum Nachlesen oder wer kann mir Hilfestellung geben?
$res = mysql_query("MEIN TOLLE QUERY");
while($bla = mysql_fetch_array($res, MYSQL_ASSOC))
var_dump($bla);
Ciao,
Harry
--
(There are only 10 types of people in this world: Those who understand binary and those who don't)
(There are only 10 types of people in this world: Those who understand binary and those who don't)