[PHP] How to get userID/password from the browser session

2001-01-18 Thread david klein
In Apache authentication, userID/password are stored in browser session, and every time, these information will be sent back to the Apache server and do the authentication. My question is: can we get the userID/password from the browser session, especially in PHP? Thank you very much in

[PHP] upload files from the local PC/UNIX to the web sever

2001-01-22 Thread david klein
Hello, Is there a way to upload files from the local PC/UNIX to the web sever? Especially multiple files at the same time? What we need to do at the server and client side? Thank you very much in advance. Best Regards, David

[PHP] can't upload files if extension has more than one dot.

2001-01-25 Thread david klein
Hello! I am trying to upload the files to the sever. For files that has only one dot such as abc.txt and 123.doc, it works fine. But when uploading files that have more than one dot such as 123.txt.pdf, there's problem, and I tried to echo the $userfile[i], and it is "none". Codes are

[PHP] can't upload files with more than one dot in the file name.

2001-01-26 Thread david klein
Hello! I am trying to upload the files to the sever. For files that has only one dot such as abc.txt and 123.doc, it works fine. But when uploading files that have more than one dot such as 123.txt.pdf, there's problem, and I tried to echo the $userfile[i], and it is "none". Codes are attached

[PHP] Resize the pop-up window

2001-01-29 Thread david klein
Hello, I know this question is out of PHP, but I'll very appreciate if some guru here could help me out. I have a link, which will pop up a new window, but the problem is: I don't know how to resize the new popped-up window. My code is like this: A HREF="www.intc.com" target="_blank" intel

Re: [PHP] Resize the pop-up window

2001-01-29 Thread david klein
height=500'); } A HREF="http://www.intc.com" target="target_win", onclick="openWindow('http://www.intc.com')" Intel /A Thanks again, David From: Joseph Koenig [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: david klein [EMAIL PROTECTED] Subject: Re: [PHP] Resize the

Re: [PHP] AUTH_PW External Authentication

2001-01-29 Thread david klein
I don't think it is easy to steal the password by using PHP_AUTH_PW. PHP_AUTH_PW is cached in the browser, if you exit the browser, nobody can steal it. If the other people is using a different browser, there is no way for him to steal it even if he is accessing the same URL. Just my

[PHP] Automate the apache authentication process

2001-01-29 Thread david klein
I am using apache authentication. The problem is: I want the user to be able to get registered throught the web GUI, and all the users' password and userID will be kept in the database. In my mind, I can use php later to get all these userID/password, and run the apache htpasswd to register

RE: [PHP] Symbolic link fails when User Authentication comes in

2001-01-31 Thread david klein
Johnny, It works, but how could this create a security hole? Could you please expalin a little bit more? Thanks, David From: "johnny p." [EMAIL PROTECTED] To: "david klein" [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [PHP] Symbolic link fails when User Authenti

Re: [PHP] .htpasswd?

2001-01-31 Thread david klein
Yes, you can, just write a script to call "htpasswd -b yourUserFile userID passwd". :) David From: James Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: [PHP] .htpasswd? Date: Wed, 31 Jan 2001 13:21:35 -0800 (PST) Is there a way that when a user signs up for a

[PHP] how to specify the sender email address in the mail() function?

2001-02-02 Thread david klein
It seems that mail($recipient, $subject, $content) has no place to specify the sender's email address. Does anyone know how to specify the sender's email address? Thanks, David _ Get your FREE download of MSN Explorer at

[PHP] Is there a way to call php functions in perl? and vice versa

2001-02-06 Thread david klein
Is there a way to call php functions in perl? or call perl functions from PHP codes? Thanks, David _ Get your FREE download of MSN Explorer at http://explorer.msn.com -- PHP General Mailing List (http://www.php.net/) To