<?php
$ponteiro = fopen("nome.txt","r");
//LÊ O ARQUIVO ATÉ
while (!feof ($ponteiro)) {
//LÊ UMA
$linha = fgets($ponteiro, 4096);
echo "<b>".$linha."<br>";
}//FECHA WHILE
//FECHA
fclose ($ponteiro);
?>
I wanted to know if there is any way to do a check in the txt file if there is a "1" or "dast" name and play in the database