Hello friends, In this article we w’ll learn “How to set Minimum weight for every order in WooCommerce“. Let’s start if we want to set a limit of 30kg for each order. In WooCommerce, there are several ways to set…
Expand +Tag: How To
How to Create Bootstrap Carousel Slider
In this article we will learn “How to create Bootstrap Carousel slider” with different types of carousel functionality. There are lot’s of jQuery slidershow plugins are available to create crousel slider for cycling through elements. If web application uses Bootstrap…
Expand +How to convert HTML to PDF file in PHP
Hello Buddy, In this post we’ll get the knowledge about how to convert HTML to PDF file using PHP with fpdf library. Usually HTML to PDF conversion is a big problem for PHP Developers and every time they look for…
Expand +How to convert array data into Simple XML file using PHP
Hello Buddy, In this post we’ll get the knowledge about how to convert array data into Simple XML file using php code. Most of times we want to get data as a XML format but we get data into array format.…
Expand +How to create Youtube Search Engine using jQuery
In this article, we are going to learn “How to create Youtube Search Engine using jQuery“. It is a easy jQuery script which help you to create Youtube Search Engine. you can use this in your website to search video…
Expand +How to Import Excel To Mysql Database Using PHP
Hello friends, In this post we will learn about “How to import excel or csv file to MySQL database using PHP”. Before start this topic, i want to discuss the use of this function?. As you know that if we have 10…
Expand +How to insert data into database using HTML form
Hello, In this post we will learn about mysqli query to insert data into database using HTML form. For this process we have to required 2 files, one is HTML file and another is php file. HTML file is used…
Expand +How to insert data using MySQLi query in php
In this tutorial you will learn how to insert records in a table using MYSQLi query . Let’s start to create a INSERT INTO statement with values using MYSQLi Procedural and MYSQLi Object-oriented method. Here we are going to insert…
Expand +How to access database without login into cpanel from my domain name
Hello friends, In this post we will learn how to access phpMyAdmin database without cpanel login using my domain name. To access database with your domain name, we have to use the phpmyadmin package. Now, i am going to explain…
Expand +how to connect mysqli with php
MYSQLi Tutorial for Beginners – how to create MySQLi connection with php in simple and easy steps starting from basic to advanced level. To create connection 4 parameter is required : “hostname” , “username“, “password” and “database name” see below..how…
Expand +