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 CommentsAuthor: Praveen Anaparthi
11+ years of IT industry experience holding a wide range of skill sets and roles with significant work on PHP, Node.js, Python, Ruby, Docker, React.js, Microsoft Azure, Azure DevOps, Windows PowerShell, Shell script, Jenkins, MongoDB, SQL, MySQL, Apache, Nginx. etc. It is my passion to learn new things and implement them as a practice. Aside from work, I like gardening and spending time with pets.
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 CommentOne of my Friend Asked me this small Thing , Here this post is about removing N Number of Characters for Given String Using PHP,…
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 CommentsWe 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 CommentIn 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 Comments