Search found 7 matches

by eiannarino
Thu Jan 31, 2008 3:58 pm
Forum: PHP - Code
Topic: PHP Form Help with Check Boxes
Replies: 12
Views: 710

Re: PHP Form Help with Check Boxes

Thanks for you help, it is getting a parsing error. Parse error: parse error, unexpected ',' in D:\SITES\bcwc.org\happenings\contactyouth.php on line 39 <?php $to = $_REQUEST['sendto'] ; $name = $_REQUEST['Name'] ; $address = $_REQUEST['Street_Address'] ; $city = $_REQUEST['City'] ; $state = $_REQUE...
by eiannarino
Thu Jan 31, 2008 1:40 pm
Forum: PHP - Code
Topic: PHP Form Help with Check Boxes
Replies: 12
Views: 710

Re: PHP Form Help with Check Boxes

<?php $to = $_REQUEST['sendto'] ; $name = $_REQUEST['Name'] ; $address = $_REQUEST['Street_Address'] ; $city = $_REQUEST['City'] ; $state = $_REQUEST['State'] ; $zipcode = $_REQUEST['Zipcode'] ; $phone = $_REQUEST['Phone'] ; $cellphone = $_REQUEST['Cell_Phone'] ; $from = $_REQUEST['Email'] ; $schoo...
by eiannarino
Thu Jan 31, 2008 1:25 pm
Forum: PHP - Code
Topic: PHP Form Help with Check Boxes
Replies: 12
Views: 710

Re: PHP Form Help with Check Boxes

That is what I did and it didn't work before so I was seeing if you did it differently. I get an error:


Notice: Array to string conversion in D:\SITES\bcwc.org\happenings\contactyouth.php on line 36
by eiannarino
Thu Jan 31, 2008 1:04 pm
Forum: PHP - Code
Topic: PHP Form Help with Check Boxes
Replies: 12
Views: 710

Re: PHP Form Help with Check Boxes

I am new to this and am not sure where to put that line of code you posted? Does something have to change in the code you posted?
by eiannarino
Thu Jan 31, 2008 12:40 pm
Forum: PHP - Code
Topic: PHP Form Help with Check Boxes
Replies: 12
Views: 710

Re: PHP Form Help with Check Boxes

It did not work. The contactyouth.php processing page came up and showed this: Array (     [sendto] => elizabethiannarino@gmail.com     [Name] => test     [Street_Address] => test     [City] => test     [State] => test     [Zipcode] => test     [Phone] => test     [Cell_Phone] => test     [Email] =>...
by eiannarino
Thu Jan 31, 2008 12:18 pm
Forum: PHP - Code
Topic: PHP Form Help with Check Boxes
Replies: 12
Views: 710

Re: PHP Form Help with Check Boxes

Sorry, I put up the wrong form, I reposted the form with the checkboxes above!

Thanks!
by eiannarino
Thu Jan 31, 2008 11:23 am
Forum: PHP - Code
Topic: PHP Form Help with Check Boxes
Replies: 12
Views: 710

PHP Form Help with Check Boxes

I am having a hard time getting checkboxes to pass through to email. Only the last option clicked gets sent through the email. Email form Code:  <form method="post" action="contactyouth.php"> <table width="100%" align=center> <tr><td colspan=3><input name="sendto&q...