To retrieve data from a text file, I'm using:

$fp= file("textfile.txt","r"); foreach($fp as $line) echo "- $line -";

Jerry

"Arik Ashepa" <[EMAIL PROTECTED]> wrote:
> Can someone please tell me how can I add and retrive data from a text file
I
> know it has something to do with Spliting...???
> But I dont know the code...


> Arik











-- 
PHP Database 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