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

    Forwarding Sent Mail from server

    Greetings, I have been searching through the Squirrelmail source trying to get a handle on php mail handling functions. I had been using Squirrelmail quite a bit, but realized that I want to have a copy of my sent mail on my computer. My goal is to write a light weight script that will loop...
  2. QuietFire

    mail() in html with clickable links

    Simply trying to put a remove me link in a news letter. The remove me line does not contain the link. I have a variable with the string for the link: $remove=" \n \n Click <a href='removeme.php?email='" . $recipient . "'>Here</a> to unsubscribe."; Then I have the function: function...
  3. QuietFire

    OKay I'm Rusty! Textarea questions

    So I've been out of programming for a year and when I was in it it was a different language! My question is simple. I have a textarea on a form. I want to be able to store the linebreaks with the text in a text feild on a mySQL. I have a distant memory about looping throught the text lines...
  4. QuietFire

    Nested selects in mySQL with PHP?

    I can find a longer way around my problem, but when I was doing a lot of asp/MS SQL stuff I sued to do write some pretty specific queries. I tried this through phpMyAdmin and received syntax errors. I guess what I want to know more than anything is, is it possible in php/mysql? SELECT...
  5. QuietFire

    mysql_fetch_array(): supplied argument is not a valid

    Greetings all. I'll admit I'm far more comfortable with asp/sql than php. I know exactly how to acheive the result I'm looking for there. Anyhow I'm getting a "Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /blabla/update_user.php on line 54" error...
  6. QuietFire

    php mail() display name header.

    I am trying to make a display name show up in an email: $headers = "From: test name\r\n"; mail($to,$sub,$mess,$headers); My email shows: test@xxxx.xxxx.com, name@xxxx.xxxx.com I know there has to be a way to get "test name" to come through by itself! Thanks, Charles

Part and Inventory Search

Back
Top