This could be done in one of several ways:

- form : what you sound like you want to do seems prettey simple - why is it
not doable with a form?
- file upload : this seems more like what you are looking for ... use the
commands in Chapter 19 (File Uploads) of the PHP manual

The advantage with a form is that you can send it straight to the
database...as opposed to uploading a file, which is a lot more fiddly.  You
have to upload the file, recover it from the temporary area, and then
resumably you are going to want to parse it - which is where the effort
factor can get ugly :)

More specs on what you wanted would be good.

AndrewH

----- Original Message -----
From: "Petr Jůza" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 09, 2001 9:42 AM
Subject: [PHP] external data saving


> Hi,
> I have one question, please. Can anybody  help me with external data
saving?
> I require to save the user data (I suppose data will be in the text
format)
> from user (from his computer) to a database server. And I want not use
> ActiveX technology because it must run even under Netscape. Are there
> functions for work with files in Javascript?
>
> Thank you very much.
> Lot of regards, PETER
>
>
>
> --
> 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]
>


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