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

    Corrupt Image Detection

    I have a problem where somebody cancels the process of an image being uploaded, yet it somehow still gets to the server. The PHP code handles the uploaded file, yet the file is corrupt (or incomplete). Later, PHP code tries to do a createimagefromjpg() on the file and everything blows up with...
  2. dneff

    shell Environment Variables

    Hello, This may be more of a Linux question, but perhaps somebody knows the answer. I can use getenv() to get environement variables, but I'm not sure where to set environment variables in linux so they can be seen from PHP. I've tried setting my variable in /etc/profile but it still isn't...
  3. dneff

    Sending Mail to Many Addresses

    Hello, I have a .php page that loops through a database and sends an email to person. There are over 200 emails sent out. I initially had the problem where the scrip would time out (usually because invalid email addresses take more time), so I set set_time_limit

Part and Inventory Search

Back
Top