Jump to content

The Asp Equivilent On Linux Servers


deejay3615

Recommended Posts

One feature of ASP coding is the ability to hide email addresses in ASP code above the /HEAD.

 

Linux servers do not support this feature. My question:

 

On Linux servers, "How would someone create a webpage with a form that directs submissions to a send mail function without allowing spam bots to harvest the address?"

Link to comment
Share on other sites

For example, you could use PHP. All the stuff in the PHP tags isn't rendered in the HTML when the page loads. The server processes it, but the end users can't see it because it stays server side.

 

Be sure your forum is hacker safe; there are many form scripts that are vulnerable to header injection; if your contact form gets compromised, your account will get shut down.

 

Best wishes,

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...