RE: incrementor in loop is not incrementing.. any thoughts?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi There,

Yeah.. it was a copy paste

Trying again:

$threadQuery = db_query("SELECT id,type,colourID FROM kcs_threads 
WHERE id=".escapeValue($typeResult[id]));
for ($i=0;$threadResult = db_fetch($threadQuery);$i++) {

	echo $threadResult[colourID]." ".$i;

}

Output:

223 0 
225 0 
301 0 
304 0 
326 0 
333 0 
211 0 
223 0 
224 0 
225 0 
356 0 
95 0 
100HL 0 
102 0


0 is equal to $i.. in other words - it is not incrementing.

Sorry for the bad copy/paste. Hope this one is better.

Aaron

-----Original Message-----
From: Matt Schroebel [mailto:MSchroebel@hsus.org] 
Sent: August 5, 2003 10:02 AM
To: Aaron Wolski
Subject: RE:  incrementor in loop is not incrementing.. any
thoughts?

Is that a copy/paste?  You're showing newlines which I don't see in the
pasted code ...

> -----Original Message-----
> From: Aaron Wolski [mailto:aaronjw@martekbiz.com] 
> Sent: Tuesday, August 05, 2003 9:58 AM
> To: php-db@lists.php.net
> Subject:  incrementor in loop is not incrementing.. 
> any thoughts?
> 
> 
> I have this:
>  
> $threadQuery = db_query("SELECT id,type,colourID FROM 
> kcs_threads WHERE
> id=".escapeValue($threadsResult[id]));
> for ($z=0;$threadResult = db_fetch($threadQuery);$z++) {
>  
>                 echo $threadResult[colour]." ".$z;
>  
> }
>  
> which is producing:
>  
> 
> 223 0
> 
> 225 0
> 
> 301 0
> 
> 304 0
> 
> 326 0
> 
> 333 0
> 
> 211 0
> 
> 223 0
> 
> 224 0
> 
> 225 0
> 
> 356 0
> 
> 95 0
> 
> 100HL 0
> 
> 102 0
>  
>  
> Obviously $z is not incrementing. ANY clue why?
>  
> Thanks!
>  
> Aaron
>  
> Aaron Wolski, Project Manager
> Martek Business Solutions Inc.
> www.martekbiz.com <http://www.martekbiz.com/> 
> 905-780-9574
> aaronjw@martekbiz.com
>  
> 



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux