RE: verify if e-mail is returned

2006-04-10 Thread Charles K. Clarkson
Cristi Ocolisan wrote: : Hi all, : : I'm trying to develop a system to send mass mailing. : In order to do that I already developed the script, but I faced : some problems when I ran it. (I'm using MySQL to store the e-mail : addresses) : : 1. It seems that I have to LIMIT the number of addresses

verify if e-mail is returned

2006-04-10 Thread Cristi Ocolisan
Hi all, I'm trying to develop a system to send mass mailing. In order to do that I already developed the script, but I faced some problems when I ran it. (I'm using MySQL to store the e-mail addresses) 1. It seems that I have to LIMIT the number of addresses (to max. 100) when I send a message.

Re: C++ query with mySQL

2006-04-10 Thread Jay Savage
On 4/10/06, Sara <[EMAIL PROTECTED]> wrote: > I have been stuck here, SOS call: > > Using CGI.pm, I have the script calling certain categories from mySQL table. > > my $cat = $q->param('cat'); > my $dbh -> prepare ("SELECT * FROM main WHERE CAT='$cat'"); > > Sample Categories('CAT') are given below