Hi People,
I had this problem last month.
Happily I got to solve it very good!
I have a file .zip with 7 kb explaining with solving
the problem and with one it copies of a necessary .dll
for such.
I don't know if the list accepts attached, for this I
am not sending it in this e-mail.
If you wa
php-windows Digest 30 Nov 2002 17:17:04 - Issue 1464
Topics (messages 17218 through 17224):
Install PHP4.2.3 with Apache 2.0.43 on Window 2000
17218 by: Jack R.
17219 by: Davy Obdam
17220 by: Jack R.
17222 by: Luis Ferro
17224 by: Marcelo Luiz de Laia
Can someone please help, i think i am going mad.
I have just installed Apache, php and Mysql, it all seems to be fine, the
Apache server says it is ok, i think i have set the config file correctly,
and Mysql look to be correct, but when i typed the code (My first code)
and save it test.php wh
k did you add
AddType application/x-httpd-php .php
to your httpd.conf file? this is so apache knows to parse files with the
.php extension
"Andy" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Can someone please help, i think i am going mad.
>
> I have ju
I need help with a array problem I want one array
to be sorted and another taking its same number order e.g.
$ar1[0] == "marmite"; $ar2[0] == 10;
$ar1[1] == "jam"; $ar2[1]
== 11;
$ar1[2] == "beef"; $ar2[2]
== 7;
$ar1[3] == "cabbage";
$ar2[3] == 0;
$ar1[4] == "ick"; $ar2[4]
== 5;
sort($ar
php-windows Digest 1 Dec 2002 05:18:47 - Issue 1465
Topics (messages 17225 through 17227):
HEL
17225 by: Andy
17226 by: erythros
array problem need help quick
17227 by: DaMouse
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To uns
hi,
here again i got a problem while uploading a file, I m using the following script.
$file = $_FILES['userfile']['tmp_name'];
print_r($file . "");
print($_FILES['userfile']['size'] . " IS THE SIZE ");
print($_FILES['userfile']['type']);
exit();
// Out put .. if File size is less than 1000