8576
Apple Sign-in in a PHP Website
February 27, 2020

In this article, we are going to learn how to implement Apple sign-in in PHP Website. Apple devices have become a favorite gadget for many. So, it’s very helpful if we provide sign in with Apple service on our websites or apps, just as we provide sign in with Google or Facebook. Basic process The ...Read more

Read More
Stripe API for Subscription
February 10, 2020

There are many payment gateways that provide subscription APIs for membership plans. One of them is Stripe, which is very easy to understand and implement. The APIs for plan creation, subscription and cancellation code in Stripe are as follows: Create a Plan Admin can create the plans with the name of a plan, interval and ...Read more

Read More
How to Use Migrations in CodeIgniter 3
February 6, 2020

In CodeIgniter, migrations are used to create and maintain databases programmatically. Migrations are written in PHP code. The framework will translate the code into SQL statements. By default, migrations are disabled. You can enable/disable migrations from migration.php file located in application/config directory   Each Migration is run in numeric order forward or backward depending on ...Read more

Read More
URL setup in CodeIgniter
January 6, 2020

We explained the basic setup of CodeIgniter in the previous article. Now, in this article, I will be explaining the URL setup in CodeIgniter. As a matter of fact, URLs in CodeIgniter are intended to be internet searchable and human-understandable. As opposed to utilizing the “query string” way to deal with URLs that is synonymous ...Read more

Read More
Basic Setup of CodeIgniter
May 9, 2019

CodeIgniter is an MVC framework used by most of the developers for web application development using PHP. It helps developers to build web applications quicker as it offers lots of helpful code libraries and helpers which help speeding up the development work in PHP. In this article, I am going to explain the basic setup ...Read more

Read More
Start your Website on a low Budget
February 25, 2019

In today’s market, it’s common for even the smallest companies to conduct at least some business online and whether you own an eCommerce store or need to allow for online bookings, you can’t really have an online presence without a business website. The website can represent your entire business and also help to grow your business. Follow this article you will learn how you can overcome your investment. ...Read more

Read More

Lets’s Talk

About your ideas and concept