Below is my source that sipply opens a file

<?php
$fp = fopen ("http://localhost/Install.txt";, "r");
if ($fp)
{ print"The file exists!"; }
else
{ print"The file does not exist"; }
?>

I Need to be able to a. print the file out b. The file must be printed out
line by line c. Write each seperate line to a mysql data base in different
tables.

Any help would be awsome
Cheers



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