|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-04-28 13:57 UTC] elixer@php.net
[2010-05-24 12:46 UTC] samsung_0101 at rediffmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 03:00:02 2025 UTC |
$i = 0; $NR_CASES = 5; while( $row = mysql_fetch_object($queryh, MYSQL_ASSOC) && $i < $NR_CASES ) { $i++; ?> <tr align="left"> <td> <FONT SIZE = "2"> <? echo $i . ": " . $row->head; ?> </FONT> </td> </tr> <? } if i dont include && $i < $NR_CASES, $row->head will print. if i include it (like now), i wont get anything. wierd huh ? im sorry i have no clue about the mods etc for php, im not the one who compiled it here.