Newsletter not sending out

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
acting15
Forum Newbie
Posts: 13
Joined: Sat Jun 05, 2010 6:53 pm

Newsletter not sending out

Post by acting15 »

I have a newsletter that is letting me sign up and all the code for that works fine, I'm in the database but my blast_script is not sending me my newsletter. I even set up a script to tell me that the newsletter has been sent to everyone and that script is working but I'm not getting the newsletter sent out. Here is what I get after I run the blast_script (after I run it I get the email saying that everyone has received the newsletter even though its not true.

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in D:\Hosting\5476681\html\blast_script.php on line 9

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\Hosting\5476681\html\blast_script.php on line 11
Phoenixheart
Forum Contributor
Posts: 123
Joined: Tue Nov 16, 2004 7:46 am
Contact:

Re: Newsletter not sending out

Post by Phoenixheart »

As the errors say, the MySQL query (maybe to get the subscribers?) has problems. Check if the DB settings are correct.
acting15
Forum Newbie
Posts: 13
Joined: Sat Jun 05, 2010 6:53 pm

Re: Newsletter not sending out

Post by acting15 »

The database is fine
Post Reply