Yes. Deviloper schrieb:
like:my $db->connect(blablabla); my $sth1 = $db->prepare("select * from animals"); $sth1->execute(); my $sth2 = $db->prepare("select * from pets"); $sth2->execute(); my $sth3 = $db->prepare("select * from fish"); $sth... while (my ($animal) = $sth2->fetch_array) { ... } I can“t test myself because my the mysql db on my iphone is broken and I have no other here at the moment :-( A simple yes or no will do. Thanks, B.
-- =================================== Robert Roggenbuck Universitaetsbibliothek Osnabrueck Alte Muenze 16 D-49074 Osnabrueck Germany Tel ++49/541/969-4344 Fax -4482 [EMAIL PROTECTED] Postbox: Postfach 4496 D-49034 Osnabrueck ===================================
