Category : PHP

80 posts

1.What is partitioning? Partitioning is a database design technique which is used to improves performance, manageability, simplifies maintenance and reduce the cost of storing large amounts of data. Partitioning can be achieved without splitting your MySQL tables by physically putting tables on individual disk drives. Partitioning allows tables, indexes, and index-organized tables to be subdivided into smaller …
Partition Types There are basically four partition types available: RANGE, LIST, HASH and KEY. I’ll explain each of these now. Later on we will see some practical examples of using RANGE, the partition type you will likely end up using most. RANGE Partitioning This type of partition assigns rows to partitions based on column values that fall within a stated …
What is MySQL partitioning? What kind of partition types are there? How do you know if this is something your database engine supports? In this article, we tell you what you need to know about partitioning in MySQL. MySQL partitioning is about altering – ideally, optimizing – the way the database engine physically stores data. …
There are many differences between PHP 5 and 7. Some of the main points are: Performance: it is obvious that later versions are always better than the previous versions if they are stable. So, if you execute code in both versions, you will find the performance of PHP 7 is better than PHP5. This is …
Step 1: Install and configure Laravel. Type the following command. laravel new stripesub Go to the project folder and open the project in an editor. I am using VSCode. cd stripesub && code . Install the js dependencies using the following command. npm install Install the Cashier package for Stripe dependencies. composer require laravel/cashier Also, …
This tutorial will help you to integrate PayPal payment gateway using PHP with an example. I will walk you through a step by step process and make it easy for you do the integration. You will learn about three things today, How to integrate PayPal payment gateway in your application and process payments. What is …
Using PhpMyAdmin as your development interface and keep getting logout after +-24 minutes? That is PhpMyAdmin default security policy, if you are not getting active or browsing on the browser for more than 1440 seconds, you will be logged out with the message “No activity within 1440 seconds; please log in again.” Some people use …
If you want to know how to install react js in laravel 6 then i will help you to laravel install react js using laravel ui. we will also install react with laravel and also laravel 6 react auth using laravel ui. If you are beginner with laravel 6 then i am sure i can …
When you do a pull request on a branch, you can continue to work on another branch and make another pull request on this other branch. Before creating a new branch, pull the changes from upstream. Your master needs to be up to date. $ git pull Create the branch on your local machine and …
What’s been done to improve APIs? As APIs have developed into the now-ubiquitous web API, several efforts have been made to make their design a little easier and their implementation more useful. A little SOAP, a lot of REST As web APIs have spread, a protocol specification was developed to help standardize information exchange: Simple …
PAGE TOP
error

Enjoy this blog? Please spread the word :)

RSS
Follow by Email