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 Westi 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. feartetsuo

    Trouble with Apache and PHP

    Ok. I installed PHP v5 and Apache 2 on my computer. I set it up because I want to run PHP scripts on my computer. I need a bigger max upload size in my php.ini setting. So I changed it in all the php.ini files I had on my computer. I run Apache and type in my php page to see my php info and it...
  2. feartetsuo

    How to hide URL path of multiple downloads

    Thanks for the help. I finally got it working with this code: <? $files=array(array (../media/FILENAME.zip', 'FILENAME.zip'), $file=(int)$_GET['file']; if (strtolower(substr($files[$file][0],0,7))!='http://') { if (!is_file($files[$file][0])) {...
  3. feartetsuo

    How to hide URL path of multiple downloads

    Hello, I will have multiple downloads on my site, but I do not want the full path to the download to be shown. I know you can do it with PHP but I am a noob when it comes to PHP. I want to set up the downloads like download.php?file=fileToDownload. Thanks.

Part and Inventory Search

Back
Top