Re: [PHP] reading in files

2003-07-23 Thread Marek Kilimajer
www.php.net/uploads 1. use $_FILES 2. $_FILES['file'] would be na array holding info about the uploded file bob pilly wrote: Hello all I have a page where a user uses a browse button in html to upload a file from there client pc. They then click upload which submits the form to the second page:

[PHP] reading in files

2003-07-23 Thread bob pilly
Hello all I have a page where a user uses a browse button in html to upload a file from there client pc. They then click upload which submits the form to the second page: example I am then wanting to read the info in that file in the test2.php page but are struggling. At the moment im tryi