SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
-
Mar 16, 2007, 16:34 #1
- Join Date
- Feb 2005
- Posts
- 6
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
email the contents of a filtered list
We have a list of stores, people want to know where to buy, so we filter our ist and would like to email that filtered list to the customer. Copy and paste of the list looks like...well we can massage it but it that takes time. Seems like there is an answer staring me in the face but I can't see it.
Maybe I'm looking at this wrong, any suggestions?
Thanks for looking.
David
-
Mar 16, 2007, 16:36 #2
- Join Date
- May 2005
- Location
- S.W. France
- Posts
- 2,496
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
Write your list to a variable and use the variable as the message in the email !!
Not sure I understand exactly what part of this your stuck onA Little Knowledge Is A Very Dangerous Thing.......
That Makes Me A Lethal Weapon !!!!!!!!
Contract PHP Programming
-
Mar 17, 2007, 10:37 #3
- Join Date
- Feb 2005
- Posts
- 6
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I'm stuck on having to use a brain that's trying to do things it doesn't understand. Thanks for the suggestion, I forgot to mention the small fact of being a newb.
-
Mar 17, 2007, 12:59 #4
- Join Date
- May 2005
- Location
- S.W. France
- Posts
- 2,496
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
OK, tell us what you do know, have you got any of your problem coded yet? do you already have a database, website etc. Once we have more background we can suggest the hows in more detail
A Little Knowledge Is A Very Dangerous Thing.......
That Makes Me A Lethal Weapon !!!!!!!!
Contract PHP Programming
-
Mar 17, 2007, 13:19 #5
- Join Date
- Feb 2005
- Posts
- 6
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
OK, I have the DB, the list of all stores on a page with the ability to filter that list according to ST, Zip, City, Store name. This all works fine. I would like to take that filtered data and email it to a third party.
Thanks for the help.
-
Mar 17, 2007, 14:11 #6
- Join Date
- May 2005
- Location
- S.W. France
- Posts
- 2,496
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
Can you post the PHP code for that page ?
Go Advanced and put the [ PHP] [ /PHP] tags without the space,around your code so its easier to read.A Little Knowledge Is A Very Dangerous Thing.......
That Makes Me A Lethal Weapon !!!!!!!!
Contract PHP Programming
Bookmarks