what is wrong with this array:
Posted: Mon Nov 08, 2004 2:42 am
i a mreciving an error o nthis array structure why?
Code: Select all
<?php
<?
$archivos=Array
( Array(["index"] => 0, ["name"] => "test")
,
Array(["index"] => 0, ["name"] => "watertaxi.jpg" )
,
Array(["index"] => 0, ["name"] => "2_0003.JPG" )
,
Array( ["index"] => 0, ["name"] => "24A_0025.JPG" )
, Array
( ["index"] => 1,["name"] => "_CIMG3501.JPG" )
)
?>
?>