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 SkipVought 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: Elliott3
  • Order by date
  1. Elliott3

    Get Server To Contact Users??

    Hi, Is there a way that I can get the server to contact a users computer on a network? I would have an app running on a network with say 6 people using it. It would be ASP and Access. All 6 users will have the window open on their desktops. When the database on the server is updated (has a...
  2. Elliott3

    Update Forms After Database Is Updated..

    Thanks for the suggestion! I was hoping to find a way around this but its looking more and more that I am out of luck. Happy Holidays! CES
  3. Elliott3

    Update Forms After Database Is Updated..

    Happy Holidays! I am working on a small app that several users will be using and will have open at the same time. The app will be open on all the users desktops most of the time. What I would like to do is to update all open forms after one user adds a record to the database. Is this...
  4. Elliott3

    Zipping files before download...

    Hi, Is there a simple way to zip a couple files on the server before the user downloads them? Can anyone point me in the right direction? CES
  5. Elliott3

    In a bind with phpmailer...

    my mistake.. I must have accidentally erased part of the directives name... though I am still having issues when sending numerous emails.
  6. Elliott3

    In a bind with phpmailer...

    I have been trying to set the max_execution_time in the php.ini file but it does not take even after I restart the pc?? Is there something else I should be doing? CES
  7. Elliott3

    In a bind with phpmailer...

    I am trying to resend a number of emails at one time but it keeps timeing out... it seems to timeout when there are a number of attachments.. not always?? I am at a loss here.. any suggestions?? CES
  8. Elliott3

    phpmailer Bcc Without actually sending?

    Lol :-)
  9. Elliott3

    fgets Testing for a new line??

    Finally figured a way to do it. if(trim($buffer) == "") echo "blank line"; CES
  10. Elliott3

    fgets Testing for a new line??

    I am having a problem testing there is a new line encountered... I have $buffer = fgets($fp, 2048); I would ike to test $buffer to see if it is just a new line?? I have tried \n and \r and "" I am sure I am doing something silly here... any ideas? CES
  11. Elliott3

    phpmailer Bcc Without actually sending?

    I am only migrating our clients to Outlook from a email client that cannot be imported into Outlook so I am writing a script that will resend the emails... however I do ant the client to see the Bcc and Cc but I cannot resend to these people. Some of these emails will be quit old and we are...
  12. Elliott3

    phpmailer Bcc Without actually sending?

    I can parse out the original Cc and Bcc but I would like to be able to pass them along to the person named in the To:. And not have it resent to the Cc and Bcc. Any ideas? CES
  13. Elliott3

    phpmailer Bcc Without actually sending?

    Thanks, I will check that out. But for the record I amnot just trying to spoof emails in an inappropriate way. I am migrating from a mail client called Calypso that is unable to be imported into Outlook. So I am writing a program to read all the emails and resend them but of course I don't want...
  14. Elliott3

    phpmailer Bcc Without actually sending?

    Does anyone know if you can send an email with Bcc or Cc but only have it actually email the To recipient? So that when the To recipient receives the email it will appear as though other people have also received the mail? Any idea if this is possible? CES
  15. Elliott3

    phpmailer Received Date... Can You Change?

    That's what I was begining to think. Thank you for your reply! CES
  16. Elliott3

    phpmailer Received Date... Can You Change?

    I am migrating emails from an email client that cannot be imported into Oulook so I am trying to write a script that will resend all the emails but change the received date to the original received date from the header. I can currently change one of the received dates but this is only good...
  17. Elliott3

    Cannot post a file ove 1/2mb??

    Almost forgot... thanks a lot for the post that fixed it.
  18. Elliott3

    Cannot post a file ove 1/2mb??

    I am having a problem posting a file via: <input type=file... if the file is larger than about a 1/2mb thenthe php page that it is posted to is never reached. all that is currently in the php page is echo "test"; and yet when you submit the window is stuck thinking(hour glass). some sort of...
  19. Elliott3

    osCommerce SESSION var problem...

    K... thanks for the suggestions! I'll keep looking. You've helped me out quite a few times in the past and I appreciateit. Take care.. CES
  20. Elliott3

    osCommerce SESSION var problem...

    >>Generally, when I was modifying OSCommerce to suit my purposes, I used a text editor that could search multiple files on a filesystem sorry.

Part and Inventory Search

Back
Top