MemHT Portal is a Free PHP CMS and Blog
It permit the creation and the management online of websites with few and easy steps.
It's completelly customizable, expandable and suitable for all needs.
     Site demo
Moderators: mem paulo89 adminik
Page 1/2 1 2 >
RSSReply
export newslettre email
AuthorText
hugoborges
Junior Member
Avatar

Posts: 42
Contributes: 0

Gender: _NEUTRAL_
Online: No
Date: 07/05/2008 21:25
export newslettre email
#post7002
PLease is it possibl to export newsletter membres emails?
HOw?
Delete Edit Quote
 
paulo89
Moderator
Developer

Avatar

Posts: 1032
Contributes: 231

Gender: _MALE_
Online: No

Version: 3.8.1
Country: Portugal
Languages: Portuguese and Portuguese ^^ and little English
Date: 08/05/2008 01:36
Re: export newslettre email
#post7008
Export for file? txt? sql?...
Image
Delete Edit Quote
 
hugoborges
Junior Member
Avatar

Posts: 42
Contributes: 0

Gender: _NEUTRAL_
Online: No
Date: 08/05/2008 06:03
Re: export newslettre email
#post7010
tell me how to do for each possibilty please
Delete Edit Quote
 
paulo89
Moderator
Developer

Avatar

Posts: 1032
Contributes: 231

Gender: _MALE_
Online: No

Version: 3.8.1
Country: Portugal
Languages: Portuguese and Portuguese ^^ and little English
Date: 08/05/2008 08:28
Re: export newslettre email
#post7015
later i do something
Image
Delete Edit Quote
 
hugoborges
Junior Member
Avatar

Posts: 42
Contributes: 0

Gender: _NEUTRAL_
Online: No
Date: 08/05/2008 17:50
Re: export newslettre email
#post7021
not ready again?Smile
Delete Edit Quote
 
paulo89
Moderator
Developer

Avatar

Posts: 1032
Contributes: 231

Gender: _MALE_
Online: No

Version: 3.8.1
Country: Portugal
Languages: Portuguese and Portuguese ^^ and little English
Date: 08/05/2008 21:48
Re: export newslettre email
#post7023
code

         $name = "teste";
         $cria = fopen($name . ".txt", "w+");

         $result = $dblink->get_list("SELECT email FROM memht_newsletter");
                       foreach ($result as $row) {
                                   $email = outCode($row['email']);
                               $find_user = $dblink->get_row("SELECT user FROM memht_utenti WHERE email='$email'");
                               $user = outCode($find_user['user']);
                           $dados = "$user => $email";
                           $escreve = fwrite($cria, "$dadosrn");
                   }
         fclose($cria);
 
Image
Delete Edit Quote
 
hugoborges
Junior Member
Avatar

Posts: 42
Contributes: 0

Gender: _NEUTRAL_
Online: No
Date: 08/05/2008 23:51
Re: export newslettre email
#post7026
what? sorry?
Delete Edit Quote
 
paulo89
Moderator
Developer

Avatar

Posts: 1032
Contributes: 231

Gender: _MALE_
Online: No

Version: 3.8.1
Country: Portugal
Languages: Portuguese and Portuguese ^^ and little English
Date: 09/05/2008 00:06
Re: export newslettre email
#post7027
Add it to a function, then it's just call the function.
Image
Delete Edit Quote
 
hugoborges
Junior Member
Avatar

Posts: 42
Contributes: 0

Gender: _NEUTRAL_
Online: No
Date: 09/05/2008 00:11
Re: export newslettre email
#post7029
in fact i would like to try it in phplist. do you know phplist? cause the pictures do not appear in my newsletter when i test it with memht. or i it like very well.

I try to do my best to resolv it but not easy for me.

thank you the best
Delete Edit Quote
 
paulo89
Moderator
Developer

Avatar

Posts: 1032
Contributes: 231

Gender: _MALE_
Online: No

Version: 3.8.1
Country: Portugal
Languages: Portuguese and Portuguese ^^ and little English
Date: 09/05/2008 00:13
Re: export newslettre email
#post7030
Images do not appear? Show me u code.
Image
Delete Edit Quote
 
Reply
Page 1/2 1 2 >
Tags Cloud
Advertising
News Archive
Help MemHT Portal
Navigator
Search
Users Block
Hi Guest
IP: 38.103.63.60

Username
Password
New files
Friends
Language
MemHT Portal is a free software released under the GNU/GPL License by Miltenovik Manojlo