My Blog

Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Pellentesque in dapibus. Pellentesque in ipsum id orci porta dapibus. Proin eget t

 

For Developers

How to add multiple images into database using mysql and php

How to add multiple images into database using mysql and php

// start multiple image $stmt = $conn->prepare("INSERT INTO cat_images (img_url, cat_id) VALUES (?, ?)");$stmt->bind_param("si", $imagePath, $cat_id);$uploadedImages = $_FILES['images']; $cat_id = $conn->insert_id; foreach ($uploadedImages['name'] as $key...

For Designers

How to Autoplay and Loop YouTube Videos in WordPress

How to Autoplay and Loop YouTube Videos in WordPress

First Method: Use below code to play youtube video in loop and most important is please change youtube embed link <iframe width="560" height="315" src="https://www.youtube.com/embed/AX_bpLLQOWI?autoplay=1&loop=1" title="YouTube video player" frameborder="0"...

Payment Gateway Integration

PayPal Payment Gateway Integration Using PHP

PayPal Payment Gateway Integration Using PHP

PayPal is a payment process system, we will integrate PayPal with websites by using with php. PayPal integration classification system PayPal integration classification system included four files as shown below. constants.php − This file has included API user...

WordPress Design

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

Subscribe

Join My Newsletter