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.
>
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
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
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
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
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
6 matches
Mail list logo