Jump to content

php email question


scodro

Recommended Posts

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

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

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.