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. kknorpp001

    Using Javascript for web crawler

    Hello. Interesting. However, could I use a local program if I didn't need the results to be a web page? My primary concern is going over my traffic limit on my web hosting service.
  2. 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...
  3. 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...
  4. 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...
  5. kknorpp001

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

    Unfortunately, there is no way to export just one record in the binary format. Please help.
  6. kknorpp001

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

    Sorry about that. Here is a working link. http://www.performancecentral.net/Courses/3Loop/3Loop.php Also, I need to clarify that I need to decode the binary file. Long story short, there is a program that will convert the binary file to a .csv so I can use this to help by supplying the...
  7. 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...
  8. kknorpp001

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

    Yes, I edited for this forum. Hmmm... Looks like I'll have to go to Yahoo... Thanks.
  9. 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...
  10. 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 =...
  11. kknorpp001

    Help with displaying columns/fields of a table, please

    Thanks for your help. FYI - Found the answer here: http://www.php-forums.com/forums/showthread.php?s=&threadid=56
  12. kknorpp001

    Help with displaying columns/fields of a table, please

    Thanks. That allows me to see the array, which is posted below. But, instead of returning the column names, it is returning the details of the first column only. How do I get the other columns? Thanks again for your help.. D:\HTML\USERS\DOMAINCOM\database\PC results RiderNum 4 INTEGER...
  13. 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