Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. borkazoid

    stop listing directory

    Or you could just drop a .htaccess file in the directory, with the following --- Options -Indexes --- which would stop directory listing from occuring in that directory and all sub-directories. (Assumes you have AllowOverride Indexes at a minimum for that directory) Beau
  2. borkazoid

    Mail function is not working at all

    Did you change the value for SMTP = in your php.ini file? This is only required for Win32 servers, but must be set so that PHP knows what mail server to route mail() calls through. It should be something like SMTP = mail.yourserver.com Beau
  3. borkazoid

    fopen($url,"r")

    From memory you can do something relating to creating a GET request, and then just parse the reply into a string, which would result in the same thing. Have a look at the HTTP objects available and/or the Request objects I think. HTH Beau
  4. borkazoid

    Restricting Access to Certain File *Types*

    Hi All, I'm trying to configure an htaccess file on Apache so that I can protect a directory which looks like this; www/ www/.htaccess www/index.html www/page.php www/admin www/admin/config.php www/css www/css/style.css Basically, the problem that I have is that I need to be able to make...

Part and Inventory Search

Back
Top