Re: [PHP-DB] Text Files

2003-03-07 Thread 2b4ever php
I have a TXT file in witch I'd like to suppress a line. The number of the line is given How can I do ? Thanks for your help ;) something like this should work $lineNumber = 10; $txtnm = "something.txt"; $txtnm = substr($txtnm, 0, -1); $fd = fopen ($txtnm, "r"); $i = 1; while (!feof($fd)) {

[PHP-DB] Text Files

2003-03-07 Thread Julien Wadin
Hi all, I have a TXT file in witch I'd like to suppress a line. The number of the line is given How can I do ? Thanks for your help ;) __ WADIN JULIEN URL : www.campinfm.be.tf -- PHP Database Mailing List (http://www.php.net/) To