Anon
05-08-2001, 08:36 PM
i am wondering if i can use php files to do the same type of stuff that cgi does. thanks
|
Click to See Complete Forum and Search --> : BEGINNER Anon 05-08-2001, 08:36 PM i am wondering if i can use php files to do the same type of stuff that cgi does. thanks brandonschnell 05-08-2001, 09:47 PM yes. exactly the same type of stuff. Anon 05-09-2001, 07:41 AM dear sir I did't know what is php and I need a way to protect my folder through password. Is it possible sir? When I searching time u r site is shown. But I can't find out any way to protect my folder sir. So please tell me sir if any way to protect my folder. I am using windows 98. Thanking you sir My email id is minnaleraja@yahoo.com brandonschnell 05-09-2001, 08:58 AM there are a couple of different ways to protect files and folders depending on what web server you're running. if you're running apache and need to protect a folder, use the .htaccess files to force the user to authenticate. http://apache-server.com/tutorials/LPauth1.html php can be used to protect individual files. take a look at the phpbuilder article that describes how. http://www.phpbuilder.com/columns/tim20000505.php3 PHP Builder
Copyright WebMediaBrands Inc. All Rights Reserved. |