piznac Posted April 11, 2006 Share Posted April 11, 2006 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 parameterThanks Link to comment https://forums.phpfreaks.com/topic/7114-help-with-check-bow-truefalse/ Share on other sites More sharing options...
piznac Posted April 11, 2006 Author Share Posted April 11, 2006 Ok nevermind -- it seems to be working now -- I just took the isset out.Thanks Link to comment https://forums.phpfreaks.com/topic/7114-help-with-check-bow-truefalse/#findComment-25909 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.