[PHP] pobierz, plaintext <?php$pos = strpos($text, 'say');;$arr = file($filen);echo $arr[$pos];?>[PHP] pobierz, plaintext