scodro Posted August 21, 2009 Share Posted August 21, 2009 Hello everyone, I am using php mail for a contact form on my site. When I receive emails from the contact form it is also sending the captcha code, button name, and a PHPSESSID. Like so: captcha_code : dy97 submit : Submit PHPSESSID : 486696346730e32d9a5f38d02b9d0d5f How would I go about blocking these? Much Thanks, Scott Link to comment https://forums.phpfreaks.com/topic/171288-php-email-question/ Share on other sites More sharing options...
Flames Posted August 21, 2009 Share Posted August 21, 2009 show the email code Link to comment https://forums.phpfreaks.com/topic/171288-php-email-question/#findComment-903322 Share on other sites More sharing options...
PFMaBiSmAd Posted August 21, 2009 Share Posted August 21, 2009 It's only doing what is in your code. You would need to remove the line(s) of code that is causing it to include that information. If the code is blindly putting all the form data into the email, you would need to modify the code so that it only puts in the information that you want. Link to comment https://forums.phpfreaks.com/topic/171288-php-email-question/#findComment-903324 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.