Facebook SDK : Download After Downloading FB SDK, place all files in relevant areas in your Codeigniter application based on the folder names. All you…
3 CommentsCategory: CodeIgniter
CodeIgniter is an Application Development Framework – a toolkit – for people who build web sites using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. CodeIgniter lets you creatively focus on your project by minimizing the amount of code needed for a given task.
In this post will show you how to upload and convert a video file to FLV using FFmpeg in CodeIgniter Application. If your hosting server…
Leave a CommentIn the web application security, SQL injections are place a very important role. To prevent SQL injections in PHP, we usually use mysql_real_escape_string() function along…
2 CommentsCodeIgniter Form Validation Library is Pretty Simple to Use and very powerful. We can define our own Custom Validation Rules in CodeIgniter in two different…
9 CommentsCodeIgniter 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 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 CommentsI 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 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 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 CommentIn codeIgniter We can get last executed MySQL Query With One of the CI’s Query Helper function called last_query(), you can use this as shown…
Leave a CommentCodeigniter 2.0 adds an important security feature to prevent CSRF (Cross Site Request Forgery) attacks. Even better, the feature is automatically added to your forms(if…
13 CommentsThe CodeIgniter Input Class Provides some helper functions to deal with user inputs , this class is initialized automatically by the system so there is…
1 Comment