We often need the last inserted ID for different reasons(for example when you need to store a foreign key), Immediately after a record has been…
Leave a CommentTutorials / Programming tips Posts
In this post i am gonna write about Sending Emails Through the SMTP(Send Mail Transfer Protocol) and PHP Mailer Library. You can download PHP Mailer…
Leave a CommentJSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse…
Leave a CommentCodeIgniter till now does not have any native built-in library for authentication and authorization Here is the list of CodeIgniter’s Best Authentication Libraries. This libraries…
Leave a CommentToday’s post is about Date time display change based on a given or supplied timezone, fortunately, it is very simple to convert one timezone to…
Leave a CommentIn this post I would like to show you configuring Codeigniter email library to send emails using GMail SMTP server. Configuring and sending emails in…
20 CommentsThe MySQLi extension was developed to take advantage of new features found in MySQL systems versions 4.1 and Above. MySQLi is also sometimes known as…
Leave a CommentIn this post i am going to write about Converting Currency using Google Finance Using php Scripting Language, we Can Convert Currency using Google finance…
1 CommentThe Zend framework automatically does this if the user-selected route doesn’t exist.Although in some situations like getting data from the database where the route is…
Leave a CommentI recently launched a new website on GoDaddy hosting. The website required mod_rewrite for SEO-friendly URLs. The website was Developed using CodeIgniter (PHP Framework). The…
4 CommentsIn this post, I am gonna write About node.js installation on Windows operating systems. Go to nodejs.org node official website, and click on the install…
Leave a CommentToday I am gonna Write About Codeigniter website security optimization and voiding hacking disasters. Tips to Secure your CodeIgniter Application Keep CodeIgniter up to date…
Leave a CommentYou Can Connect to Multiple Database in the same Codeigniter application easily. To use Multiple Database Connections you have to crate multiple Configurations Arrays. By…
Leave a CommentIn this post i’ll explain how to upload and extract zip files using codeigniter file upload library and PHP Zipachive library. Lets start by creating…
1 Comment