[PHP-WIN] $_FILES and copy

2002-02-11 Thread BOb Pardoe
I am trying to copy a file from the client machine via the browser (IE6) to the server using v4.1.1. with register_globals off Using The user enters c:\Dir1\Dir2\FileName.txt in php after posting the start page I get $_FILES["uploadfile"] ["name"] = FileName.txt $_FILES["uploadfile"] ["size

[PHP-WIN] Re:[PHP-WIN] why doesnt this work?

2002-02-11 Thread Michel Laine
I soppose that the initial "<" in the FORM block was left out just in the snippet presented here? form method="post" action="registRer.php"> instead of I also would recommend to remove all Caps inside action/value.. and so on - not that i know if this is any cause of errors, but it eliminates er

[PHP-WIN] Re:[PHP-WIN] why doesnt this work?

2002-02-11 Thread David
Michel Laine said something on 11 Feb 2002, in php.windows: > I soppose that the initial "<" in the FORM block was left out just in > the snippet presented here? > form method="post" action="registRer.php"> > instead of > > > I also would recommend to remove all Caps inside action/value.. and s

RE: [PHP-WIN] Re:[PHP-WIN] why doesnt this work?

2002-02-11 Thread Svensson, B.A.T. (HKG)
From: Michel Laine >I also would recommend to remove all Caps inside action/value.. and so on - >not that i know if this is any cause of errors, but it eliminates errors due >to incorrectly written capilitazion. M$ Windows file system is not case sensitive so it should not matter. -- PHP Windo

[PHP-WIN] im so stupid

2002-02-11 Thread chris
I have made a script and for some reason i dont understand it doesnt do what its supposed to. maybe you can tell me whats wrong. its a form where im supposed to insert a new record in a mssql table. but when i hit submit it just refreshes blank. Fornavn: Etternavn: hope you can help.

[PHP-WIN] populating

2002-02-11 Thread Sandeep Murphy
Hi, Can anyone pl guide me as to how I can populate a select box in my PHP using the data from a table of an Mysql database.. I can retrieve the data but unable to show that data in the select box... TIA, sands -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

RE: [PHP-WIN] populating

2002-02-11 Thread Svensson, B.A.T. (HKG)
The syntax for is: your text [...] If you want too populate a SELECT from a data base you can do something like this: >-Original Message- >From: Sandeep Murphy [mailto:[EMAIL PROTECTED]] >Sent: Monday, February 11, 2002 1:06 PM >To: [EMAIL PROTECTED] >Subject: [PHP-WIN] p

[PHP-WIN] htaccess password encryption

2002-02-11 Thread Martin.Andrew
Does anyone know how to encrypt a password for use in htaccess? I creating a secure environment using PHP, I create the directory structure and htaccess files dynamically based on php forms / sessions but I'm having problems encrypting the password for the htpasswd file for apache. I have see ma

[PHP-WIN] Form submit action type.

2002-02-11 Thread Mike
I am creating a page with a form on it. I want it so that when people click submit, I want the information from the form to be emailed to me. Is there a way I can do this with normal JavaScripting or even plain HTML or would I have to use something like PHP. Thanks -- -Mike Taekema Microsoft C

[PHP-WIN] Re: Uploading scripts to web

2002-02-11 Thread Radovan Radic
"Nicole Amashta" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > You need to find out from whoever hosts the server if mysql database exists > and if active for you. You will need to ask them for the correct host, login > and password for your database. > > You will then need to