Jump to content

Help with check bow true/false


piznac

Recommended Posts

Hi all you have been some much help in the past so I got a new one for you.

How do I tell php that a form box has been checked. I have a check box on a form that gets sent to a php page that depending on wether or not it is checked it should send an email. Can someone tell me where i am going wrong. Here is my code:

[code]if (isset($ce)){
mail($recipient,$msg,$subject);
}[/code]

where $ce being my varible for the check box sent via a url parameter

Thanks
Link to comment
https://forums.phpfreaks.com/topic/7114-help-with-check-bow-truefalse/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.