CodeIgniter is based on the Model-View-Controller (MVC) development pattern.It is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.
php
Being Idea is a web platform of programming tutorials to make better programming skills and provides Software Development Solutions.
Most Popular Posts
PHP session and validations – a best practice teaching example
A session is a way to store information to be used across multiple pages. Unlike a cookie, the information is not stored on the users computer.
Multi-Language switcher in CodeIgniter
Today, we will discuss how to implement the multi-language feature in CodeIgniter framework using MVC pattern.
Stripe Payment gateway integration using PHP
Stripe helps you create any type of payments flow—from e-commerce to recurring billing and everything in between. Stripe enables you to accept payments in minutes. Collect your customers’ payment information easily and securely on web or mobile.
Export MySql data into Excel or CSV format using php
To generate reports or to print data or for some other purpose we often need data to be export in excel or csv format.
Load More items from mySql database using jQuery and PHP
You might have seen the implementation of Ajax based data loading technique at Facebook, Twitter, E-Commerces website or some other websites.
How to increase the maximum upload size on website
Depending on the hosting panel php configuration. For some it is as low as 2MB which is clearly not enough for media files like (images/ audio / video). Most media files are under 2MB, so it is fine for just pictures.
Shortcodes included with WooCommerce in WordPress.
WooCommerce comes with several shortcodes which can be used to insert content inside posts and pages. The following shortcodes are inserted into pages upon installation and therefore shouldn’t need to be used anywhere else.
PayPal’s Instant Payment Notification With PHP
Instant Payment Notification (IPN) is a paypal notify service.it is notifie about the paypal transactions.We use notify_url variable to pass into paypal payment transaction API.