How to upload excel and CSV file in CodeIgniter framework to MySQL

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 put them in an array. We are going to show you how to How to upload excel and CSV files […]

Basic Difference between Props and State – React.js

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 of Props and State that many beginner want to know. Props:- Props are used to pass data between react components, […]

How can we get the IP address of the client in PHP?

In this tutorial, We are going to know how can we get the IP address of the client in PHP, IP address is very important for the client that make personalize the experience of a client who is visiting the site. We have $_SERVER super global variable which holds information about headers, paths, and script locations. […]

What’s the difference between the include() and require() functions?

Difference between include() and require() functions? This both functions help to include the content of other PHP files into another PHP file. Including files is very useful when you want to include the same PHP, HTML, or text on multiple pages of a website. include() Function While using the include() function it adds the content […]

How to create login page in PHP with MySQL database

In this tutorial, I’m going to show how to create a login page in PHP, creating a login page for beginner is a big problem. I’m trying to keep this easy so you can understand this and create your PHP project awesomely. Here is the coding for login page in PHP with step by step […]

How to POST and GET JSON Data using PHP cURL

In this PHP tutorial, I’m going to talk about how to POST and GET JSON Data using PHP cURL, the cURL library is used for sending and receiving data on the web and used by the developer for the same. And if you are working on the rich application then often need to post and get […]

Get information about your memory and CPU usage in PHP

In this tutorial, I am going to share how you can get information about your memory and CPU usage in PHP, optimizing server memory is a big problem and you may have to face server downtime issues. PHP has a garbage collector and a pretty complex memory manager. The amount of memory being used by […]

How to Display Full Screen Image background using CSS

The goal of this tutorial is to display full screen image background using CSS we can design our WebPages, You can choose any full-size HD image and place your website background and make it fixed, During zoom in and zoom out time background image will be fixed only content will be zoom in and zoom […]

How to display Hindi in Website from Database(Tables)?

In this tutorial, you will learn How to display Hindi in the Website from Database(Tables)? If you want to create a website in Hindi language or want to write a paragraph in Hindi then you are in the right place. In this article, you will get all the information about writing and be storing Hindi in […]

Why Python Programming Language is very useful for Hackers?

Why Python Programming Language is very useful for Hackers? Python is great. With a giant standard library and a packaging system that puts prebuilt tools and frameworks at your fingertips, it is often very easy to hack something into existence. Python is an Object-Oriented Programming Object oriented programming approach is the most popular approach for […]