;
To: "PHP-General (E-mail)" <[EMAIL PROTECTED]>
Sent: Wednesday, November 14, 2001 11:35 AM
Subject: [PHP] Array problrem!
> Hi there.
> I have an array like this : 1.2 , 0.3 , 0.5 , 1.6 , 0.3
> I output like this:
>
> while($data_array[$j]){
> echo "$da
Hi there.
I have an array like this : 1.2 , 0.3 , 0.5 , 1.6 , 0.3
I output like this:
while($data_array[$j]){
echo "$data[$j]" ;
$j++ ;
}
My output is like this : 1 , 0 , 0 , 1 , 0
The values in the db are floats and are read correctly !
Why is the values not there.Is there a sp
2 matches
Mail list logo