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

    User and Password

    In the Sokkit/PHPTriad/Apache webserver how can I determine and set the value of the User Name and the Password, or disable these questions from being asked when accessing PHPMyAdmin? Charlie
  2. chvol

    Program Randomly Stops

    Who knows how to do any of the following (1-3)? 1. “You're going to want to run it not through the web server, but via the command line.” 2. “You can use a combination of PHP with client side code to keep the script running. Set a particular number of pages to be processed, a number lower...
  3. chvol

    Program Stops after 10 Minutes

    I am trying to run my PHP program that uses class Snoopy to access the HTML of web pages. It goes through about 300 pages for 10 minutes, then stops. A program that uses only CPU, periodically writing the current time, runs for hours with no problem. If I can’t fix it, an alternate solution...
  4. chvol

    SNOOPY when URL is Redirected

    I am writing a program in PHP that accesses the HTML of a given URL via class SNOOPY. However, some URLs change into another one e.g. http://www.247paintball.com becomes http://www.247paintball.com/forum/index.php if you connect to it. How can I tell that this URL changes like that? I think...
  5. chvol

    Snoopy & Search Engines in PHP

    1. If all I want is the HTML from a given URL, e.g. http://www.google.com, what is the advantage of using class Snoopy vs. simply $html=join(“”,file(”http://www.google.com”)); ? 2. How can I write a search engine in PHP, other than by calling another search engine? I can walk through the...
  6. chvol

    Configuring Apache for new PHP version

    Hello all, I am running PHP under Apache webserver on my Windows 98 PC. I need to install the latest version of PHP. I downloaded PHP 4.2.3 from www.php.net/downloads.php, but at the end it said, “The software to automatically configure the Apache httpd.conf file has not yet been written...
  7. chvol

    Reinstalling Windows 98 on an HP Pavilion

    Reinstalling Windows 98 on an HP Pavilion I want to reinstall windows 98 on my HP Pavilion. I don’t have a windows 98 CD. I have the HP Pavilion recovery CDs and the windows 98 upgrade CD. I don’t want to have to save and restore everything. How do I do this? Charlie chvol@aol.com
  8. chvol

    highlight problem

    Hello, There is a constant problem with documents in MS Word and in Notepad. Suddenly it becomes highlighted, and nothing will turn it off. There seems to be an "anchor" to the highlight and everything between that anchor and the cursor is highlighted. Clicking anywhere doesn't...

Part and Inventory Search

Back
Top