Mailinglisten-Archive |
So sprach Oliver Schade am Sat, Apr 21, 2001 at 07:26:28AM +0200:
> Gibt es da eine Lösung per PHP?
<?php
$query = "SELECT * FROM Foo";
$rs = mysql_query( $query );
$gerade = TRUE;
while( $row = mysql_fetch_object( $rs ) ){
$gerade = ! $gerade;
if( ! $gerade ){
continue;
}
echo "tue was";
}
?>
Alexander Skwar
--
How to quote: http://learn.to/quote (german) http://quote.6x.to (english)
Homepage: http://www.digitalprojects.com | http://www.iso-top.de
iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 13 hours 39 minutes
---
*** Weitere Infos zur Mailingliste und MySQL unter http://www.4t2.com/mysql
php::bar PHP Wiki - Listenarchive