phpbar.de logo

Mailinglisten-Archive

[php] while mysql_fetch_array

[php] while mysql_fetch_array

Fabian Betto php_(at)_phpcenter.de
Wed, 02 Jan 2002 15:53:11 +0100


>$rs = mysql_query("...");
>while ($photo_ende = mysql_fetch_array($rs, MYSQL_ASSOC)) {
>         var_dump($photo_ende);
>}
>
>das wäre besser. :)
>--


Hi Marco

Ich bekomme da den folgenden Output:

array(1) { ["photo_x"]=> string(13) "photo_1_x.jpg" } array(1) {
["photo_x"]=> string(13) "photo_2_x.jpg" } array(1) { ["photo_x"]=>
string(13) "photo_3_x.jpg" } array(1) { ["photo_x"]=> string(13)
"photo_4_x.jpg" } array(1) { ["photo_x"]=> string(13) "photo_5_x.jpg" }

Wie bringe ich es den fertig, dass dies kommt ?

Photo 1 | 2 | 3 | 4 | 5 |

Bei 1 Link zu photo.php?id=1&photo=photo_1_x.jpg
Bei 2 Link zu photo.php?id=1&photo=photo_2_x.jpg
Bei 3 Link zu photo.php?id=1&photo=photo_3_x.jpg

Sorry aber ich raffs leider noch nicht so ganz ;-)

Danke und Gruss, Fabian


php::bar PHP Wiki   -   Listenarchive