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 John Tel 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: *

  • Users: deemarcus
  • Content: Threads
  • Order by date
  1. deemarcus

    Printing problem

    Hi, i am using getStyleClass('tableB').style.display = 'none'; to make table rows invisable on the screen when selecting items from a drop down menu, this works ok but when i try and print the page or even print preview it - all table rows are visible, does anyone know why and have a solution to...
  2. deemarcus

    File download...

    Hi the following code is part of my php page which displays files in a folder/s. When the user select the file it opens it automatically, can i pass the file to a download page or somthing which will open the file and prompt the user to download> chdir($path); $file_location =...
  3. deemarcus

    fetch file to download...

    Hi, i am currently using the following <a href=\"$file_location$value\">$value</a> to allow a user to download a file which is in an .htaccess passworded directory. If the user selects the file he/she will be prompted to enter a username and password (the same applies if he / she tries to...
  4. deemarcus

    php & htaccess

    Hi, does anyone know if it is possible to set an htaccess file for a directory with a username and password and get a php page to set the username and password? Hope this sakes any scence! Kindest thanks, Dee
  5. deemarcus

    PHP Directory Help!

    Hi someone has given me the following code to display all files / folders in a given directory... This works fine but how can i stop the user from going up to a directoy that is higher than a given path? i.e the directory is... home/htdocs/_files/_standard/_reports want to stop the user...
  6. deemarcus

    Log on script

    Hi, i have the following script which allows users to log in (via a form on a previous page), this works perfectly fine but how can i stop users from accessing an htm page directly without logging on? Here is my validation code... <? /* Check User Script */ include 'db.php'; // Convert to...

Part and Inventory Search

Back
Top