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
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
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
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
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.
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
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
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
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
"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
10 matches
Mail list logo