php-windows Digest 21 Jan 2001 14:34:45 -0000 Issue 407
Topics (messages 5127 through 5129):
htaccess
5127 by: dominik
5128 by: Gonzalo Vera
help for fopen("ftp://...
5129 by: Anthony Vankeirsbilck
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
i wanna use the username the user gave me in the popup box to use it in my
php scripts as a variable how does i get the username to a avriable
getenv ("REMOTE_USER")
Gonzalo.
> i wanna use the username the user gave me in the popup box to use it in my
> php scripts as a variable how does i get the username to a avriable
Under PHP 3.0.12
the following line code fails :
$fp = fopen("ftp://$log:$pass@$ftp_url/$filename/","w") ;
this generates a empty file when the ftp server is windows nt4 or 2000
can you help me ?
--
Anthony Vankeirsbilck [EMAIL PROTECTED]