Bigquery how to write a website. Using language php html css webmaster tips & tools BigQuery.com ready to experience. To make a simple site .. As a basis for writing website And add the finishing touches to the site. In addition, as an alternative to creating a site with a variety of tools.

Sunday, September 28, 2008

PHP Encode email for protected spam program suck your email

Current data is substantial. Those with more than would be in the business or marketing programs, so it is waiting to absorb any email from the web site or forum posts from various sites to be used in a business context. Or even out of our e-mail goes on sale. This will become a spam mail coming into our mail as many Create a nuisance to the owners e-mail. Another method of protection is. Email encryption is broken.

Better get started. I will write in the form of functions PHP. So that you can apply simple.
====================================
<?php
function mailEncode($mailText){
$email = '';
for($i=0; $i $email .= '&#'.ord(substr($mailText,$i,1));
}
return $email;
}

echo mailEncode("bigquery@gmail.com");
?>
====================================

When view source will see bigquery@gmail.com

Encode the e-mail function may be prevented to a certain extent only.

No comments: