[PHP] i wanna join

2010-10-05 Thread Xuan Huy
-- Ngô Xuân Huy

[PHP] RE: Multiple file upload

2009-11-11 Thread Huy Nguyen
Do you mean 3 forms, each having a file upload input? Or 1 form with 3 file upload inputs? If you have 3 forms, then the user can only submit one form at a time. So your $_FILES would contain only one file. If you have one form with 3 file upload, it depends on if they are the same name for

Re: [PHP] include & require directive

2002-08-13 Thread Huy
require statement works fine. Again, thanks for the help. :) "James Green" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Tue, 2002-08-13 at 02:55, Huy wrote: > > But I do... > > > > If I left out the require st

Re: [PHP] include & require directive

2002-08-12 Thread Huy
On Mon, 2002-08-12 at 22:14, Huy wrote: > > If I use either the include or require statement, PHP will generate some > > lines in the browser. For example, I want the first line is Hello There.. > > echo ("Hello There"); but the line happens to be the third line after som

[PHP] include & require directive

2002-08-12 Thread Huy
If I use either the include or require statement, PHP will generate some lines in the browser. For example, I want the first line is Hello There.. echo ("Hello There"); but the line happens to be the third line after some blank lines. So how do I turn that off?? -- PHP General Mailing List (ht

[PHP] Require vs include

2001-03-16 Thread NGUYEN DINH Quoc Huy
TED] Thnx -- = NGUYEN DINH Quoc Huy (SnAKes) http://www.snakesbox.com/ [EMAIL PROTECTED] - ICQ# 3398187 telnet://snakesbox.com:/ <-- Puissance 4 = -- PHP General Mailing List (http://www.php.net/) To u