Search found 1 match

by youngz
Tue Apr 20, 2010 2:17 pm
Forum: PHP - Code
Topic: Problem with mailing list
Replies: 0
Views: 73

Problem with mailing list

Hi, I have a problem with a script in PHP for a mailing list, I explain: this file takes out a list of emails from an external .txt, and allow me to send messages to these emails. the code is as follows: <center> <? // Some variables; // Your emails list file; $filelist = "testo.txt" ; // ...