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 TouchToneTommy 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: kknorpp001
  • Content: Threads
  • Order by date
  1. kknorpp001

    Using Javascript for web crawler

    Can Javascript be run from a local machine to do the following? 1. Perform a google search on a search term that is input by the user 2. For each resulting URL, follow all links on every page from that URL down (within the same domain) and note which page contains a given file type (also input...
  2. kknorpp001

    Finding PCs on a network that have certain files

    I want to be able to extract the properties for a given executable from any PC on the network that has that executable on it. For example, the executable file for Microsoft Excel 2002 is EXCEL.EXE and, if you right-click this file and select Properties, you get the following information...
  3. kknorpp001

    Multidimensional arrays

    This... print"$Overall_Name[$place][$i]"; ... displays this... Array[1] Why won't it show the value. I need to reference a specific value in a multidimensional array in this should work, right? And, yes, I know the array is setup properly because I can traverse it via the foreach function...
  4. kknorpp001

    Decoding/reading data from a binary file into (an) array(s)

    Hello. I need to be able to extract the data from the attached file (or any file in the same format) so that I can work with the data in PHP. I'm fairly comfortable with using PHP with databases, arrays, etc. but have not worked with binary data files...
  5. kknorpp001

    Please help, e-mail getting clipped by Yahoo as spam

    Please help. After hours of trying numerous combinations and combing several resources, still can't crack this one and it's ridiculous. I am using the mail() command and Yahoo! is blocking it as spam. Here is the code that I believe has gotten me the closest: ini_set(sendmail_from...
  6. kknorpp001

    Help with file upload > 3MB, please

    I am unable to upload a file > 3MB and neither myself nor my hosting company can figure it out. I am getting two different errors on two different machines. One is page cannot be displayed and the other is CGI timeout. Here are what I know to be the relevant PHP settings: post_max_size =...
  7. kknorpp001

    Help with displaying columns/fields of a table, please

    Hello. I am attempting to display the contents of a table and, naturally, would like to include the column/field NAMES at the top of the output. The following code with print out the 1st column name, so I am getting close, and have tried several ways to get it to print the remaining columns...

Part and Inventory Search

Back
Top