We have an organization that conducts an annual music awards show. I
have written a specification for a nominating module that we would like
to develop to replace the paper ballot system. I'm not a PHP developer,
but based on my research, this project should be straight forward, using
PHP and MySQL
I'm using Jack's PHP FormMail script, and I need to change it. I know
very little abou PHP, but here's what I very much need to do right away.
I need the script to send the same hard coded message to each of 10
people. All of the email addresses do not need to be in the "To" field.
Only the intend
Larry E . Ullman wrote:
>
> > /* Select User's First Name From Table */
> > $sql = "SELECT UserFirstName FROM RegisteredMembers WHERE
> > UserID='$_POST[TXT_UserID]'";
> > $result5 = mysql_query($sql) or die ("couldn't select UserID from
> > database");
> > $num = mysql_num_rows($result);
>
John W. Holmes wrote:
>
> mcp6453 wrote:
>
> > I'm using Jack's PHP FormMail script, and I need to change it. I know
> > very little abou PHP, but here's what I very much need to do right away.
> >
> > I need the script to send the same hard co
4 matches
Mail list logo