Thursday , 18 April 2024
Breaking News
Home > Tutorials (page 2)

Tutorials

Read Multiple DHT11 Temperature Sensor with single Wemos

Assalam-o-Alaikum! Once again welcome to my Temperature sensor tutorials series. As you know we are working on DHT11 temperature sensor, previously we successfully completed our sensor programming with MySQL and PHP programming. We added our sensor data into database and then retrieved it using PHP. In today’s tutorial we are going to read multiple sensors and then we will save ... Read More »

How to Calculate Days, Months and Years in PHP

Assalam-o-Alaikum! Friends today I am going to tell you about an interesting function of PHP that will calculate date difference between two dates. You can find days, months and years between two dates. You can use this function where you need to count days for billing or for the expiration of user etc. For example, you want to calculate days between two ... Read More »

Some Useful Math Functions in MySQL

Assalam-o-Alaikum! Dear visitors today I will tell you about some maths functions available in MySQL. In past, I often used PHP functions to calculate desired values but later I realized that MySQL has powerful functions that calculate data based on given criteria. We are not going to discuss all functions here but some basic and useful functions will be discussed today. ... Read More »

How to Concatenate Single Column Values with MySql

Today we will solve a problem related to MySQL query. Here is a problem:- Let’s suppose you have a table named “Items” and it has three fields and following data:- Id Item_name Price 1 Item 1 10 2 Item 2 20 3 Item 3 30 Now you want to write a query that will get all values from “Items” column ... Read More »

Live Temperature Chart in Arduino with DHT11 Sensor

Hello Friends! Hope you will be fine. Today we are going to learn something interesting. Yes offcourse, really interesting. We are going to make a live graph that will show us Temperature of our home or device in a live graph. For this, we will use HighCharts jQuery library that will generate chart on the screen for us. So let’s ... Read More »

How to save DHT11 Temperature Data into Database with Wemos D1 Mini

Hello friends. How are you?. Today we are going to learn something amazing. In my previous tutorial, you learned that How to get temperature data from DHT11 and show it on the serial monitor, but today we will go ahead and will do something advanced. We will save hardware that we used in our previous tutorial to build a new project. If ... Read More »

Student Record System in C++

This  programe is written in c++ language and this may help you in making your university assignment and projects. Description : In this programe i used concept of Nested structures to maintain a list of students consisting of their  Roll No. ,  Name, Age, Current Semester, CGPA, Faculty, Date of Birth, Address, Cell No and Courses. Functions : Initialize a class Find ... Read More »

How to use the DHT11 Temperature and Humidity Sensor with Arduino!

Hello dear friends. Hope you will be fine. Today we will learn that how to use a DHT (DHT11 version) Temperature and Humidity Sensor. In this tutorial, you will see the result in the serial monitor of Arduino but later I will write some more tutorial for getting the result into the database and then generate the dynamic chart to ... Read More »

Better Way to Manage HTML Tags With PHP

There are many approaches to write your code in nice method but nowadays I am working on html function method to write my code. If your are developing a site which is based on Bootstrap, then I have a good trick for you. Let’s assume that you are using following lines for getting input: [crayon-6620d130ea33d310915942/] And this structure is repeating ... Read More »

How to Print Calculation Table in Php

table

In today tutorial I will teach you that how to print table of given value. For example if the given number is 5 then table will look like this 5 x 1 = 5 5 x 2 = 10 and so on So lets start our tutorials. Look at below code [crayon-6620d130ea44c694826044/] You can see the code is very very ... Read More »

Ad Test