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 IamaSherpa 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: chorton
  • Order by date
  1. chorton

    Headers???

    You might be better off using sockets (fsockopen) and post the data that way. At least you would then receive a correct response. Chad.
  2. chorton

    Bad Code

    Proper syntax (without any further configuration settings in php.ini): include("/absolute/path/to/file/filename.extension"); is the simplest and most assuring. PHP is good about figuring out whether you are putting a relative location to your include file or absolute. I always use...
  3. chorton

    mail function

    First problem: When the submit button is clicked, a new window is written to which means that you are in effect, dynamically creating a new page; the form is technically not being 'submitted' becuase you are having javascript handle everything on the client side instead of the data being sent...
  4. chorton

    Date Diff

    I think inlandpac's post is quite helpful. Great example with a solution that so many people are looking for!

Part and Inventory Search

Back
Top