Send mail in CodeIgniter
How to send mail in CodeIgniter using the normal mail() email library. We can send mail in codeigniter using the mail() and SMTP methods. To know how…
Send mail in CodeIgniter Read More »
How to send mail in CodeIgniter using the normal mail() email library. We can send mail in codeigniter using the mail() and SMTP methods. To know how…
Send mail in CodeIgniter Read More »
How to send SMTP mail in CodeIgniter ? We have normal mail() function in CodeIgniter but in some servers we may have to send emails using SMTP…
Sending SMTP mail in CodeIgniter Read More »
How to do PHP form submit on same page. On submitting the form stay on same page. In this article we’ll discuss php form submit on same…
PHP form submit on same page Read More »
How to upload base64 image php? Uploading base64 encoded image in php. In this article we will discuss about how to upload a base64 encoded image in…
Upload Base64 image PHP Read More »
How to remove html tags from string using php? We can remove html tags from string by using strip_tags() in php. The strip_tags() function strips a string…
Remove html tags from string using php Read More »
How to generate QR code using codeigniter ? In this tutorial we’ll discuss about generate QR code using codeigniter. QR code is an another form of barcode…
Generate QR code using codeigniter Read More »
How to generate barcode in codeigniter? Create display barcode using codeigniter with zend barcode library In this article we’ll discuss how to generate barcode in codeigniter using…
Generate barcode in codeigniter using zend library Read More »
How to compare strings with differences and similarties in php ? In this article we’ll discusshow to compare strings with differences and similarities in php. Usually we…
Highlight and Compare strings with differences and similarities in php Read More »
How to validate password and confirm password using jQuery validation plugin ? Earlier we have discussed how to validate a form validation with jQuery validate plugin, in…
jQuery validation for confirm password Read More »
How to validate a form using jQuery or form validation using jQuery plugin ? We can validate a form using jQuery very simply and in an easy…
Validate a form using jQuery Read More »
How to disable mouse right click using javascript? Most of the time we may need to disable mouse right click in our website in order to reduce…
Disable Mouse Right click Read More »
How to upload image from url in codeigniter? Rather than selecting a file from drive and uploading into folder we can upload image from URL. For that…
Upload image from URL in codeigniter Read More »