My Blog

May 16, 2020

insert command denied to user ‘pma’@’localhost’ for table ‘pma__userconfig’

Query in MySql GRANT SELECT , INSERT , UPDATE , DELETE ON phpmyadmin.* TO `pma`@`localhost` IDENTIFIED BY ”
April 3, 2020

How to Add a WooCommerce Product Programmatically

The first step is to initialize the Product Class Object. For Simple Product use the below Code: $objProduct = new WC_Product(); and for variable product use […]
February 6, 2020

Send Email with Attachment in PHP

<?php // Settings $name = "Name goes here"; $email = "xyz@gmail.com"; $to = "$name “; $from = “info@xyz.com “; $subject = “Here is your attachment”; $mainMessage […]
February 5, 2020

How to get last month data in mysql

SELECT * FROM table WHERE YEAR(date_created) = YEAR(CURRENT_DATE – INTERVAL 1 MONTH) AND MONTH(date_created) = MONTH(CURRENT_DATE – INTERVAL 1 MONTH)
January 27, 2020

How to run laravel project on localhost

Hello friends… Today I am going to show how to run github laravel projects. 1. download the laravel project from github. 2. copy that project in […]
January 17, 2020

Video Not play in html5

Solution :   <video width=”100%” id=”vid” height=”100%” autoplay loop id=”video-background” muted plays-inline> <source src=”mojo/Mojo.mp4″ type=”video/mp4″> Your browser does not support the video tag. </video>
August 13, 2019

How to Extract Unzip Using SSH

unzip archive.zip
July 17, 2019

Cannot find module ‘kinvey-nativescript-sdk/nativescript-hook-scripts/before-checkForChanges.js’ Nativescript

Cannot find module ‘kinvey-nativescript-sdk/nativescript-hook-scripts/before-checkForChanges.js’   For to resolve this needs to update it by npm i kinvey-nativescript-sdk@next And for the first time install go through this way npm […]
June 29, 2019

Update Custom option woocommerce programatically

<?php /* Template Name: CustomPageT1 */ $i = 0; // Open the file for reading if (($h = fopen(“products.csv”, “r”)) !== FALSE) { // Convert each […]
0
Contact us

We are glad that you preferred to contact us. Please fill our short form and one of our friendly team members will contact you back.


    X
    Request a Quote