|
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...
|