Re: [PHP-DB] Am I doing This Right?

2002-11-01 Thread Tony72284
The server is 4.0.6 ...And I tried to get the owner to update it. He said its not nesscarry.

Re: [PHP-DB] Am I doing This Right?

2002-11-01 Thread 1LT John W. Holmes
No, you're doing it wrong. ---John Holmes... - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 2:05 AM Subject: [PHP-DB] Am I doing This Right? > > > > function war3_replays_submit() { > > if ( isset($replay_file) ) { > $

RE: [PHP-DB] Am I doing This Right?

2002-11-01 Thread Snijders, Mark
@;khi.comsats.net.pk] Sent: vrijdag 1 november 2002 11:11 To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Am I doing This Right? check the values of these variables $rTemp = $HTTP_POST_FILES['replay_file']['tmp_name']; $rName = $HTTP_POST_FILES['replay_file']['name&#

Re: [PHP-DB] Am I doing This Right?

2002-11-01 Thread Mohammad Saad
#x27;tmp_name'] should be $HTTP_POST_FILES['REPLAY_FILE']['TMP_NAME] do one thing, print_r($HTTP_POST_FILES); this should show you what that array contains Good Luck ----- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, Novemb

Re: [PHP-DB] Am I doing This Right?

2002-11-01 Thread Jason Wong
On Friday 01 November 2002 17:45, [EMAIL PROTECTED] wrote: >After I submit the file, it goes back to the form, even though in > the script, it says to go to the database and move the uploaded file to a > new DIR. > >It ignores it as if the file wasn't uploaded. > >As for pri

Re: [PHP-DB] Am I doing This Right?

2002-11-01 Thread Tony72284
After I submit the file, it goes back to the form, even though in the script, it says to go to the database and move the uploaded file to a new DIR. It ignores it as if the file wasn't uploaded. As for printing out the variables. All my important variables are $HTTP_POST

Re: [PHP-DB] Am I doing This Right?

2002-11-01 Thread Jason Wong
On Friday 01 November 2002 17:00, [EMAIL PROTECTED] wrote: >After I "upload" it was takes me back to the Form. And ignores > "$replay_file"... >And I don't know why. 1) Any error messages? 2) What exactly do you mean by: ignores "$replay_file"... Try some basic debugging techniqu

Re: [PHP-DB] Am I doing This Right?

2002-11-01 Thread Tony72284
After I "upload" it was takes me back to the Form. And ignores "$replay_file"... And I don't know why.

Re: [PHP-DB] Am I doing This Right?

2002-10-31 Thread Jason Wong
On Friday 01 November 2002 15:05, [EMAIL PROTECTED] wrote: > > function war3_replays_submit() { > > if ( isset($replay_file) ) { Doing what right? Where/what is the problem? -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & H