At 04.05.01  15:32, you wrote:
>// Read myfile.TXT into $lines,
The sentence in your textfile is
" I have to check my E-Mails $var unnecessary $var1"

$var="for";
$var1="Quotes";

$fp=fopen("filename","mode");
//open database connection
while(!feof($fp))
{
         $buffer=fgets($fp,"how many bytes");
         eval( "\$buffer = \"$buffer\";" );
         //Now you see a basic Sentence :-)
         writeToDatabase
}
//close Databaseconnetion
fclose($fp);
That works, or I (we) didnīt understand your question

Oliver


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to