php

PHP session and validations – best practice teaching example

A session is a way to store information to be used across multiple pages. Unlike a cookie, the information is…

6 years ago

Multi-Language switcher in CodeIgniter

Today, we will discuss how to implement the multi-language feature in CodeIgniter framework using MVC pattern.

6 years ago

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…

6 years ago

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…

6 years ago

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…

6 years ago

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…

7 years ago

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…

7 years ago

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…

7 years ago

Import Excel file data in mysql database using PHP

Importing excel data into database using PHP is very easy by php file function. We will use this function to…

7 years ago

Youtube Like & Dislike System using PHP, MySql, jQuery and Ajax

I introduce a like/dislike system with a simple stat widget little like the youtube design.

7 years ago

This website uses cookies.