Menu
Tag

php

Converting PHP Array to JSON in PHP

PHP By Oct 02, 2020 No Comments

Converting an PHP array to JSON in PHP is quite easy and useful. These days while creating API’s almost everyone is using JSON. Also while showing data from database we use to get it in JSON format these days. JSON is accessible in PHP as well as Javascript or Jquery and other languages also.  JSON full name is JavaScript Object…

Cron Job in PHP on Localhost in Windows | Scheduler in PHP

PHP By Dec 09, 2019 8 Comments

Running Cron Job in PHP is very easy at server side and also at localhost. In this tutorial i will show you how you can create Cron Job in PHP on Localhost in Windows. You can also say it as Creating Scheduler in PHP at localhost. We use the Cron Job for scheduling the task for some specific interval. Cron…

Save Multiple Checkbox Values in Database using PHP and MySql

Home, PHP By Apr 18, 2018 9 Comments

Save Multiple Checkbox values in Database using PHP is the our topic for this tutorial. Many times in our application we need to save the multiple or single checkbox value in the database for further processing like saving use hobbies, saving multiple answers of a question and many more. I have seen many people stuck and many times i got…

Create URL Shortner using PHP | Google URL Shortner API

PHP By Feb 22, 2018 No Comments

Sharing a short URL instead of long Url is amazing. First of all they dont have to write to much to acess your url and no one knows what it is all about until they will not open it. In this tutorial i will show you how you can create  short url using Google URL Shortner API in PHP. We…

How to Create Dynamic PHP Photo Gallery

Home, PHP, Videos By Nov 09, 2017 1 Comment

Creating Dynamic Photo Gallery php using Mysql is an easy task and you don’t need to put too much efforts to make it working. Recently in our previous article How to Create Dynamic Image Slider Using PHP and Bootstrap we have completed a tutorial in which we have used the Uploading of images and showing the slider over the page. Almost…

Jquery Drag and Drop Table Save into Database Using PHP

Jquery, PHP By Aug 28, 2017 16 Comments

Jquery Drag and Drop table and save the order into Database using PHP is very simple after reading this tutorial. Our tutorial is all about how we can drag and drop the table rows and save the order into the database using the PHP. For creating a drag-gable table rows we have to use the Jquery which is very simple…

How to Create Dynamic Image Slider Using PHP and Bootstrap

PHP By Aug 18, 2017 15 Comments

How to create dynamic image slider using php and bootstrap this is the topic of our new tutorial and this tutorial is dedicated to the mails which i have received over my email from long time. I have also created 2 video’s regarding How to create dynamic slider in PHP over youtube. Or you can view the video below. Part…

Create CMS Using PHP with SEO Friendly URLs

PHP By Jun 18, 2017 19 Comments

Hello friends today’s tutorial is all about Create CMS Using PHP.  CMS stands for Content Management System. CMS is very useful for creating Blog or Website. Basically CMS is used for managing content dynamically. CMS is used widely and many CMS are already there in the market like WordPress, Drupal, Joomla etc they are big and having many features which…

How to Use Webcam in PHP Using HTML5 and Save Image to Database

Home, Jquery, PHP By Jun 07, 2017 82 Comments

 Hello Friends recently i have added a Tutorial about How to use Webcam in PHP and Save Image to Database using Mysqli. Earlier tutorial using the Flash Plugin for showing the Webcam and clicking the Image. Today i am uploading another tutorial for How to use Webcam in PHP using HTML5, Jquery and Save Image to Database using Mysqli….

MySQL Export Database | Dump Database

PHP By May 04, 2017 No Comments

Today’s tutorial is about How to Backup Mysql Database Using PHP. Hello friends recently i was working over a website and after finishing the website i gave it to my client and he was working over it. One day suddenly there was some issue in the server and my client lost his all the data. He is not having any…