View Single Post
Old 06-09-2002, 10:59 PM   #4 (permalink)
rockyracoon
Registered User
 
Join Date: Jun 2002
Posts: 10
rockyracoon is on a distinguished road
Almost...

i actually want to turn each instance (instance being the blocks of text inside the <hr><hr>) and be able to call it from an array.


<hr><hr>this text number 1<hr><hr>
<hr><hr>this text number 2<hr><hr>
<hr><hr>this text number 3<hr><hr>
<hr><hr>this text number 4<hr><hr>

$array[3] will produce "this text number 3"

right now $array[3] or [5] or whatever produces nothing.
$array[0] produces all matches...
rockyracoon is offline   Reply With Quote