![]() |
well here is a example:
$var1 += $var2 now this is using the += this is what it would look like but do the same thing with out the += $var1 = $var1 + $var2 |
ok.. i understand.. then the code will not work the way i put it..
it will look for 89.gif instead of 8.gif 9.gif what is the solution? thanks for your help. |
I just ran that little code snippet. It does create a string with 8.gif and 9.gif.
|
Don't touch that part of the code. Create the images string after the loop, not inside.
|
so it will look like?
PHP Code:
|
nope.. is better this way:
PHP Code:
|
nope. not working.. getting parse errors all over the place. :(
i tried also single quoted.. same result. |
ok.. i think i got it:
PHP Code:
i will let you all know tomorrow if it worked. ;) |
Create a function to do that stuff... i.e:
Code:
function num2img ($number, $path = '') { Code:
$threadcountimage = num2img($threadcount); |
thanks alot firefly. :)
excellent idea the function. btw, i'm trying the "answer through email"... ;) __________________________________________________ _______________ Send and receive Hotmail on your mobile device: http://mobile.msn.com |
All times are GMT. The time now is 06:11 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|