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 Mike Lewis 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. msjfc615

    Mechanize and lwp useragent

    I am using Mechanize to go out and hit the site I am working on to test load. I am having issues so I am trying a new proxy server. However this proxy server is password protected. Any ideas on how I can access the site through this proxyserver would be much appreciated. I can not un password...
  2. msjfc615

    Running a service in the background

    My question is this I have a page that scrapes another page and this sometimes takes awhile. I want to send an email once this task is finished to let the user know that it has been finished and also to promote the service. However if they close the window the email will not send. So how would I...
  3. msjfc615

    Checking the status of function conitnuously in my php script

    Hello, Here is the deal any help pointing me in the right direction would be more than greatly apprectiated. I am writing a script that goes out and scrapes a page. I am running this in the background and when I am done I write the contents to a txt file called status.txt. My question is...
  4. msjfc615

    No caching of my page

    I added : // Date in the past header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // always modified header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // HTTP/1.1 header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0"...
  5. msjfc615

    No caching of my page

    I am wondering the approiate code to use when I am trying to have my page not go back. I dont want the user to be able to go back to a page. For example the page gives the data from a form to be submited into the database then redirects the page to another page. I dont want the user to be able...
  6. msjfc615

    Help with a proxy server

    Thanks for all the advice. However I was given the wrong address to the proxy server. Once I was given the right one I was able to connect when I set the correct proxy using HTTP::PROXY Thanks again
  7. msjfc615

    Help with a proxy server

    Yes I can get to the site through IE and such but I can not ping the site. Whenever I try to ping the site it tells me request timed out
  8. msjfc615

    Help with a proxy server

    I am trying to write a script to access a site and autocomplete the forms. The script is able to work when I am not behind a proxy server. How might I go about bypassing a proxy server with perl
  9. msjfc615

    Mechanize

    I was wondering how I would go around a proxy server while using the mechanize module. I am using the get function and I keep getting shot down by the proxy server
  10. msjfc615

    Cookie Question

    I am trying to stop the user from being able to go back to the previous page. In doing so I decided to write a cookie to on the next page and if that cookie exists I do not want it to run the page but rather tell the user they can not reaccess the page. My question is after the cookie is set is...
  11. msjfc615

    Call two functions on the same submit

    I was wondering how I would go about calling two functions when I submit a form. Any help would be much appreciated.
  12. msjfc615

    sending two functions on a onsubmit function

    I was wondering if its possible to have two functions being called when the form is submited.
  13. msjfc615

    Why would a script work on one server and not another

    I have a php script that is trying to do the simple task of trying to parse a variable however it will not work on a server that is running php on Windows NT. I ran it on another server that runs php on a Sun server and it worked fine. I would appreciate all the help that you all may be able to...

Part and Inventory Search

Back
Top