Using email addresses with DirectPHP |
| Written by kksou | ||
| Monday, 27 June 2011 | ||
|
Some DirectPHP users have feedback that they encounter errors whenever there are any email addresses appearing in the PHP statements. For example: <?php echo "Email: info@company.com";?> One of the possible reasons for the error is due to the "Content - Email Cloaking" plugin which comes with default Joomla installation. This plugin converts emails that you embed in your Joomla content into Javascript that should foil the majority of email harvesting spam bots. To resolve the above issue, you may try this:
What we are trying to do here is to make sure that the PHP commands get processed by DirectPHP first, before the "Content - Email Cloaking" plugin get the chance to mess up the PHP codes. Let me know if this works for you, ok? Related Articles |
||
| < Prev | Next > |
|---|


