Monthly Archives: April 2023

CodeIgniter Email Configuration

I was debugging an issue with sending email with PHP CodeIgniter and found this interesting. Strange enough the issue was not setting the charset. Below setting worked for me <?php defined(‘BASEPATH’) OR exit(‘No direct script access allowed’); $config[‘protocol’] = ‘smtp’, … Continue reading

Posted in Uncategorized | Leave a comment

Add Google reCAPTCHA to your PHP site

How it works See steps below

Posted in Uncategorized | Leave a comment