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.
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...
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...
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...
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...
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...
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...
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 =...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.