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 derfloh 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. EnsignPulver

    Do I need to buy this branded power supply?

    Thanks guys. I installed the power supply with almost total ease. We have some vague suspicions that the weak 200W'er is implicated in difficulties we've had with a USB device. The manufacturer of that item independently stated it seemed like our external hd was "not getting enough power."...
  2. EnsignPulver

    Logic for e-mail program

    Thanks, DR. Here is guys. Our final result. There is some simple Javascript that allows it to be copied to the clipboard (only in IE, sadly, and I use Firebird myself...). I haven't been able to learn the copy to clipboard method for Mozilla, and it's not worth it considering all my users --...
  3. EnsignPulver

    Logic for e-mail program

    Thanks again to everyone for their contributions. I wanted to tell you that OUR little program was extremely well-received. Since it's extremely important that we know where all our guys are at all times -- and this was an application that provides emergency contact info -- we all contributed...
  4. EnsignPulver

    Do I need to buy this branded power supply?

    Ed -- have not had the opportunity to throw any. The palm trees we get to see these days are mostly substantial specimens rooted deeply in desert sands, rather than the pets of tyranical LCDRs.
  5. EnsignPulver

    Planning to build mailing list based on Excel s/s

    Good morning, Experts: Ever have a project that just keeps getting bumped to the back of the queue because you're not quite sure how to start? I was volunteered for a fun (???) project by a volunteer org I am a part of. The group gets an Excel from the national org with the name, phone, email...
  6. EnsignPulver

    Do I need to buy this branded power supply?

    Thanks guys. The Gateway part came last night, well ahead of schedule. I guess they 'underpromise - overdeliver.' Good practice. Thanks again. ENS
  7. EnsignPulver

    Do I need to buy this branded power supply?

    Thanks happy. Is the size of the powersupply a consideration? This is a compact ATA case and the p/w seems rather petite. Not sure what you mean by fan and plug configuration...are there different plug terminators? Or do you mean the number. I ordered the GW one and it was kissing distance...
  8. EnsignPulver

    Do I need to buy this branded power supply?

    Hi Guys, I will be very grateful for any help I can get tonight! Gateway told me I need the following power supply: http://support.gateway.com/s/POWER/6500184/Q0018407.shtml My problem is that I need the thing NOW and they cannot send it for over a week! :( I am going away and need to...
  9. EnsignPulver

    Logic for e-mail program

    That was it. Empty record. Just had the same thought. :(
  10. EnsignPulver

    Logic for e-mail program

    Wow -- you're a genius, Moon. There's something about that last entry that's weird! Code works like a charm. Check it out: email@blah.rr.com,,TEST@TEST.COM I'll kick the database into shape...gosh, I wish I had thought of that about, oh, 30 code revisions ago!! :) Thanks again. ENS
  11. EnsignPulver

    Logic for e-mail program

    Hmmmm...wow thanks for checking it against the dummy database. I'll keep working it. I don't see any commas in the database, but it's something like that. I'll dicker around with a fresh database and what have you. Many thanks. ENS
  12. EnsignPulver

    Logic for e-mail program

    Moon, It's a very interesting thing that's transpiring with your code. I am trying to noodle out the logic that is dictating the abberrance. It's subtle. I still get xyz@f.com, email@blah.rr com, (with the comma). So I added 'Test' to the final $line to see if our second clause was doing...
  13. EnsignPulver

    Logic for e-mail program

    Thanks moon. I'll admit I've been known not to cut corners when it comes to canonical code, but maybe slice a little off the side! I'll pop it in and see what I see. Thanks again. ENS
  14. EnsignPulver

    Logic for e-mail program

    Smash, I thought you might be interested in the result I got with your code -- which I typed in as per your suggestion. May I impose on you for your thoughts? Many thanks also to ingres and moon. To understand this message, know that I have TEN records presently in the table. The little...
  15. EnsignPulver

    Logic for e-mail program

    Thank you. Here's the whole thing. That "incrementer" seems to be working, though. :) mysql_connect(localhost,$username,$password); @mysql_select_db($database) or die( "Unable to select database"); $query="SELECT * FROM phonelist"; $result=mysql_query($query); $num=mysql_numrows($result)...
  16. EnsignPulver

    Logic for e-mail program

    Sorry smash: 1) Yes, I am pulling the entire contents of my database's "email" field. It's a simple roster database with one table. 2) It's from: $i=0; while ($i < $num) { ....CODE.... ++$i; } Just a little loop to take each row of my result and output the data. Thank you for your...
  17. EnsignPulver

    Logic for e-mail program

    Hello Friends, I have the following little snippet: $email=mysql_result($result,$i,"email"); echo "<b>$email,<br><hr><br>"; ++$i; } ?> What I get is x@z.com, p@t.com, What I need is x@z.com, p@t.com I need to build a little logic to say "add commas between each email address, then don't...

Part and Inventory Search

Back
Top