boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Blog et mailing list

 
Post new topic   Reply to topic    boardom Forum Index -> Aide en français
View previous topic :: View next topic  
Author Message
tons28



Joined: 19 Apr 2003
Posts: 2

PostPosted: Sat Apr 19, 2003 4:33 pm    Post subject: Blog et mailing list Reply with quote

Bonjour, je vais partir en argentine et au pérou à la fin de l' année et je voudrais faire un petit journal sur le net avec la posibilité de mettre des photos aussi. Par contre quand je rentrerai un message sur le journal, je voudrais qu'un mail parte sur une mailing list pour informer les gens inscrits que j ai posté un nouveau message. est ce possible à faire avec ce script ou pas ? Et si non, comment pourrais je faire pour solutionner mon probleme ?
Cordialement
Tony
Back to top
View user's profile Send private message
jason



Joined: 03 Oct 2003
Posts: 5

PostPosted: Fri Oct 03, 2003 4:25 am    Post subject: Reply with quote

ca m'interesse aussi Smile
Back to top
View user's profile Send private message Visit poster's website
archiguy



Joined: 05 Mar 2003
Posts: 47

PostPosted: Mon Oct 06, 2003 6:40 pm    Post subject: Reply with quote

il faudrai faire une fonction comme ca (je ne l'ai pas verifié donc elle a peut etre des bugs)

Code:

function showemail() {
    global $tableusers;
    $sql = "SELECT user_email FROM $tableusers";
    $result = mysql_query($sql) or die(mysql_error());
    echo "<a href=mailto:";
    while ($row = mysql_fetch_row($result)) {
        echo "$row[1],";
    }
   echo ">mail tout le monde</a>";
}

_________________
Archiguy
http://www.archiguy.com
Mais qu'est ce qu'il m'arrive?
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> Aide en français All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group