[PHP] upload file

2004-03-30 Thread Ketvin
Dear list, I'm using squirrelmail php as my webmail interface, my php.ini have the option of upload_max_filesize = 10M but i'm having problem for adding attachment more than 400k, where the page will hang. is there any recommended things for me to check? Thanks !

[PHP] help! handling form variable

2004-03-30 Thread Ketvin
add the $_POST, $_GET after the register_globals in php.ini ? how do i restart php service to get it running? thanks ! >Manual: Register globals. $_POST, $_GET On Tuesday 30 March 2004 09:40, Ketvin wrote: > Dear all, > > > i just move my previous php script to a new server

[no subject]

2004-03-30 Thread Ketvin
Dear all, i just move my previous php script to a new server and found that it is not working on the new machine. funny thing is that previously, say i am putting form items like in the form page, and then i can striaghtaway read the item1 value by using $item1 variable. but now, reading $

[PHP] File question

2003-09-30 Thread ketvin
Dear geniuses,     A simple question here, i have a file, says, list.txt   it is a simple text file and simple field like:   aa , bb , cc , dd       now i want to use php script to read that list.txt file, and put the data in an array, is there any simple way i could do that