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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.