dhvani Posted January 19, 2010 Share Posted January 19, 2010 Hi all, I can send newsletter to multiple users with my coding. But my problem is i wants to see one by one email id . Wat happen is When mail sending is completed i get the list of emails to whom i send the email. My page loads after that. What i want is page loads the first and than one by one email id should come to whomever mail is getting sent. Link to comment https://forums.phpfreaks.com/topic/189015-news-letter-pop-up/ Share on other sites More sharing options...
PHP Monkeh Posted January 19, 2010 Share Posted January 19, 2010 If I'm reading your question correctly, you want the page to load - then one by one show the email address when an email gets sent. If this is the case, you'll need to use AJAX, as PHP itself cannot display information dynamically like this. Link to comment https://forums.phpfreaks.com/topic/189015-news-letter-pop-up/#findComment-997978 Share on other sites More sharing options...
dhvani Posted January 20, 2010 Author Share Posted January 20, 2010 Hi, You get it right. Thanks and sorry i cant explain it correctly. Ok i can do it with ajax but still one problem that if i use ajax than also first i have to start a loop for the total number of email addresses. Now if i start loop than again it cant get shown. so if have any idea on that??? Link to comment https://forums.phpfreaks.com/topic/189015-news-letter-pop-up/#findComment-998492 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.