Re: [PHP] Contact form....

2010-04-26 Thread Brandon Rampersad
Ashley thank you for catching that, i caught it but then i saw your reply further down. On Mon, Apr 26, 2010 at 5:11 PM, Watson Blair wrote: > ya, i'm working on a walk around now, i just wanted to get the function up > and running in it's most basic before i started supping it up, as it were. >

Re: [PHP] Contact form....

2010-04-26 Thread Watson Blair
ya, i'm working on a walk around now, i just wanted to get the function up and running in it's most basic before i started supping it up, as it were. i was thinking about using a switch and assigning each of my radio buttons a value from 1 to 3... On Mon, Apr 26, 2010 at 4:35 PM, Benjamin Hawkes-L

Re: [PHP] Contact form....

2010-04-26 Thread Ashley Sheridan
On Mon, 2010-04-26 at 15:46 -0400, Watson Blair wrote: > I knew i was missing something although it still doesn't work... i'm > still getting : > > "; $send_contact=mail($to,$subject,$message, $header); if($send_contact){ > echo "Thank you for Contacting Us!"; } else { echo "An error occured

Re: [PHP] Contact form....

2010-04-26 Thread Watson Blair
I knew i was missing something although it still doesn't work... i'm still getting : "; $send_contact=mail($to,$subject,$message, $header); if($send_contact){ echo "Thank you for Contacting Us!"; } else { echo "An error occured while sending your message, review your information and please try

Re: [PHP] Contact form....

2010-04-26 Thread Dan Joseph
Looks like you might have errors turned off. I see: $subject =$_POST"subject"; Which should be: $subject =$_POST["subject"]; $_POST is an array, and that's how you access those elements. check to see if errors are on, if not, you'll see errors in the log files. -- -Dan Joseph www.canishos

Re: [PHP] Contact form....

2010-04-26 Thread Adam Richardson
On Mon, Apr 26, 2010 at 3:16 PM, Watson Blair wrote: > Hey guys, so ive coded a sucessfull contact form before, but for some > reason > this bit of code is giving me the run-arroundl > > so my HTML end is: > > > > >Send E-mail to: > >G

[PHP] Contact form....

2010-04-26 Thread Watson Blair
Hey guys, so ive coded a sucessfull contact form before, but for some reason this bit of code is giving me the run-arroundl so my HTML end is: Send E-mail to: General Information Founder and President: Professor