Menu

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…

How To Use Google reCAPTCHA in PHP | Best Way to Stop Bots

Google, PHP By Dec 05, 2019 No Comments

In this tutorial you will lean How to use reCaptcha in PHP. Using Captcha in our form helps us to stop spam entries. We can stop the spammers from filling our the webforms. When we create a page for getting the enquiry from customer or any details our mail box is flooded with spam mails along with our genuine mails….

Do You Know Your Smart Devices Can Steal Your Information

Virus Infected Devices is one of the main problems which are society facing who are using the smart technologies. Our generation is getting smart day by day same as our Technology. We re now techno savvy and try to use smart devices in every field. Refrigerators, Smart Tv, Smart Speaker’s, Home Automation Solutions etc. We are surrounded by this technology…

Facebook Like Preview Box in PHP | URL Preview Box

Home, PHP By Jul 16, 2019 2 Comments

Facebook like preview box is very useful to get the information about the link we want to share. Recently i was working over a project and i was in need of this preview box. While thinking about this i remember i have created a script regarding the Facebook like preview box in PHP 5 or 6 Years back. I used…

Upload Multiple Images Using PHP | Drag and Drop Image Upload

Jquery, PHP By Apr 11, 2019 5 Comments

Uploading multiple images using php is the main thing  to achieve with this tutorial. In this article i will show you that how you can upload multiple images using Jquery Drag and Drop Feature. We will also save the uploaded values to the database so that you can use it further. I have already written a tutorial regarding uploading images…

Netflix Binge Watcher take your Experience to Next Level

First of all let me tell you what is Binge Watching. Whenever a person watches for a long span or whole episode in one shot without any stop is called Binge Watching. According to the Netflix its subscribers are increasing day by day and crosses 139 Million in January 2019. Back to back watching of episodes are also increasing day…

How To Setup Nameserver in CentOS Web Panel

CWP By Feb 05, 2019 No Comments

Adding or setup nameserver in CWP is very easy and it will take only minute to do. You have to just follow the below steps. Login to your CWP with your root id and password. Go to DNS Functions Choose Edit Nameserver IP Edit nameserver page will give you 2 input fields where you have to enter nameserver records for…

How to Install CentOs Web Panel in Your VPS or Dedicated Server

CWP By Feb 03, 2019 4 Comments

CentOS web panel is a free linux hosting panel for VPS and Dedicated Server as you know that. But before proceeding with installation you should take care of some important aspects of CentOs Web Panel. It supports only Static IP. Before installing please be ensure that you have static IP with your server. Any other IP like dynamic, sticky or…

CentOS Web Panel – Amazing Free Linux Web Hosting Panel

Home By Feb 02, 2019 No Comments

CentOS Web Panel – a Free Web Hosting control panel designed for quick and easy management of (Dedicated & VPS) CWP offers a huge number of options and features for server management in its control panel package. If you are running a VPS or Dedicated Server and need well maintained, useful and free panel then CWP is the best choice…

Create Dynamic Selectbox Dropdown Using Text File in Just 5 Mins

PHP By Sep 17, 2018 No Comments

 Creating database for showing items in Dynamic Selectbox is too easy but took much time to complete the proper process of Creating, Updating, Deleting, Positioning the data. We have to create almost 2 3 extra pages for a single dropdown. If i tell you that you can eliminate this process and achieve the same result in less time and…