In blogger.com there is a limitation of template design, so for add new template outside from blogger or custom template you need to change the html code of blogger.com. Here is the following step for…
In this tutorial, you will know how to export a query result in excel CSV from MySQL PHPMyAdmin. Sometime we need to just export the query result in excel or csv for reports purpose or…
Sometime while working with function in php, we want to know that how many argument is passing in a function or a variable parameter. For solving this situation we need to count the variable parameter…
Sometimes we need to convert an array into a string with some separator parameter, and also convert a set of comma-separated string into an array, to make this possible PHP has two functions:- Explode Function…
If you are a beginner, students or professional, here are some tips and tricks everyone should know about computers that save your lot of time and improve your computer skills as well. Many people want…
In this tutorial, we are going to know how to send emails using Sendgrid in PHP. SendGrid is a customer communication platform marketing email. For PHP, SendGrid also provides its library that can be used…
In this tutorial, we are going to upload an excel file and parse its data and store it in a database by using SimpleXLSX. SimpleXlsx Class Parse and retrieve data from Excel XLSx files, and…
The project name “Employee attendance management system” basically helps the organization to manage the attendance of their employee. This project is developed in PHP on the CodeIgniter framework, the database of this project is in…
React.js is a javascript library that every front-end developer should need to know and learn. It allows us to build Single Pages Applications(SPA) and reusable UI components. Here I am going to describe the basics…