Reply to Re: Need some help with an upload scirpt I've written
Posted by Arjen on 03/20/06 11:12
> - Read the information from the document into a variable. At the current
> time, I'm using the file() function that does successfully read the
> contents, line by line, into an array.
How bout
file_get_contents($_FILES[myfile][tmp_name]);
That way u allready have the text in a string wich makes it easier to
modify and insert it into a db