JSON (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 CommentCategory: PHP / MySQL
CodeIgniter 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 CommentsToday 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 CommentIn this Post, you’ll learn how to get current web page url from your web browser address bar using php script. function getUrl() { $url…
Leave a CommentRecently i ran into to the situation to set inline styles to element on the page using html inputs,project is developed using CodeIgniter framework ,…
Leave a CommentThis is post is about getting All Links from the given URL, we can achieve same Output with various methods but i am gonna use…
Leave a CommentThis post is about CodeIgniter Email Class, Sending Emails in Codeigniter App is not a tedious Task,it is very simple and easy with few lines…
1 Comment