Mailinglisten-Archive |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hallo,
dann
> ist das alles
> $myrow[0]. wie kann ich ihm sagen, daß er einmal zum beispiel das
> zweite ergebnis von $myrow ausgeben soll und einmal das dritte oder
> erste. also wie teile ich das ergebnis in mehrere teile?
>
möchtest du alles ausgeben? dann gibts da mehrere möglichkeiten:
zb.
for ($i=0;$i<count($ARRAY);$i++):
echo $ARRAY[$i];
endfor;
while (list($strasse,$hausnummer) = mysql_fetch_row($result)){
echo $strasse $hausnummer;
}
lg
Ludwig
- --
<--- NEU: http://www.jobforum.at --->
CWD - Creative Web Design http://www.cwd.at
Ludwig Ruderstaller mailto:ruderstaller_(at)_cwd.at
A. Baumgartnerstr. 44/B6/034 Tel/Fax: +43 1 6673289
A-1230 Wien Mobil: +43 676 4208221
PGP ID:0xE5DF36CC
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.1 for non-commercial use <http://www.pgp.com>
iQA/AwUBOHjHoLuVLIPl3zbMEQJD6gCeP71bVugkakc76KnPJqQLs1HK7TgAoJMb
N9JPfOSSHo9hrAfAh+ZaTOVv
=UTAE
-----END PGP SIGNATURE-----
php::bar PHP Wiki - Listenarchive