[PHP] Need Someone to Develop a Project

2004-08-19 Thread mcp6453
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

[PHP] For/Next Help Needed

2004-07-04 Thread mcp6453
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

Re: [PHP] Unable to retrieve value from database and echo on screen

2004-07-04 Thread mcp6453
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); /* Welcome

Re: [PHP] For/Next Help Needed

2004-07-04 Thread mcp6453
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 coded message to each of 10 people. All of the email addresses