0

If I have a contact form with PHP embedded in it that contains a php variable with my email address, is there anyway for the external world to view that email address?

If I right-click to view source on the webpage, the PDF section containing the email address is not displayed, leading me to believe my email address is securely hidden.

Is it really hidden, or am I fooling myself?

UPDATE

Here's the code I'm using:

https://bootstrapbay.com/blog/working-bootstrap-contact-form/

user46688
  • 733
  • 3
  • 11
  • 29

1 Answers1

2

Yes, it is hidden from the outside world. As long as you aren't echoing it out into your page contents, no one can see it.