email

Sending an email using Ajax from CodeIgniter

In this small article I’ll show use how to send an email from your CodeIgniter website without submitting a form and reloading the page, but using Ajax to call a controller method and get instantly the response in your page. Setting up CodeIgniter part. If you are reading this, I suppose you already know what […]

Sending an email using Ajax from CodeIgniter Read More ยป