Posts by Matheus Cáceres Pereira • 23 points
2 posts
-
0
votes1
answer117
viewsQ: Block indexing by robots in controller
I’m making use of Codeigniter 2 to set up a website. The admin area is in the url http://meudominio.com/mod, to access you need to login. To avoid indexing of search engines, I configured the Routes…
-
2
votes3
answers4384
viewsA: Difficulties in Sending Email using PHP
Whenever I need it I send with Phpmailer ! Phpmailer 2.3 : Link to the class <?php require("phpmailer/class.phpmailer.php"); $mail = new PHPMailer(); $mail->IsSMTP(); $mail->Host =…