InfiniteFire
03-17-2004, 08:32 AM
in the AWS article, it says:
* $d_ar and $i_ar, now we can loop through
* the arrays to display the data on our website:
*/
for($i=0; $i
if($d_ar[$i_ar['Details'][$i]]['t
-- the second and third arguments for the first for loop are missing! what is meant to go here?
* $d_ar and $i_ar, now we can loop through
* the arrays to display the data on our website:
*/
for($i=0; $i
if($d_ar[$i_ar['Details'][$i]]['t
-- the second and third arguments for the first for loop are missing! what is meant to go here?