php array help
Posted: Tue Sep 09, 2008 3:00 am
I am using array for my website search engine. My search engine stored website pages information in an array like this
the number automatically increase if i define a range for it
like from[1-300]
and i not have to put the number in each line can anybody help

I want that "$array_files[number]"$array_files[0]=array(0,"HTM","http://www.videosea.co.cc/","VIDEOSEA.CO.CC :: Search All Videos in ONE Click","",""," VIDEOSEA.CO.CC :: Search All Videos in ONE Click Search Videos from YOUTUBE, METACAFE, REVVER & more
");
$array_files[1]=array(0,"HTM","http://www.videosea.co.cc/0/tag/Karachi.html","Karachi - VIDEOSEA.CO.CC :: Search All Videos in ONE Click","",""," Karachi - VIDEOSEA.CO.CC :: Search All Videos in ONE Click Search Videos from YOUTUBE, METACAFE, REVVER & more ");
$array_files[2]=array(0,"HTM","http://www.videosea.co.cc/0/tag/Lahore.html","Lahore - VIDEOSEA.CO.CC :: Search All Videos in ONE Click","",""," Lahore - VIDEOSEA.CO.CC :: Search All Videos in ONE Click Search Videos from YOUTUBE, METACAFE, REVVER & m ");
the number automatically increase if i define a range for it
like from[1-300]
and i not have to put the number in each line can anybody help