Tag «php»

PHP CRUD Application using OOP and MYSQL

PHP: CRUD (create, read, update, and delete) with databases is a common function of web applications. In this tutorial,PHP CRUD Application using OOP and MYSQL. I will teach you how to develop CRUD operations with PHP and MySQL using the OOP (Object Oriented Programming) technique. The tutorial is explained in easy steps handle of creating, …

Export MySQL Data To Excel in PHP

Php spreadsheet

Sometimes, you may need to export MySQL Data to Excel formats. Export MySQL Data To Excel in PHP The database or tables of the MySQL database can be exported into various file formats, such as CSV, XML, SQL, Excel, etc., by using the PHP client, phpMyAdmin. It is also possible to export MySQL data using …

How to create barcodes in ReactJS

Barcode in ReactJS

We can make a barcode in ReactJS with PHP or any other Server-side language such as NodeJS, Java, or ASP.Net. How to create barcodes in ReactJS I have used PHP for database communication. Because I will save all the data into the database.How to Generate Barcode with React JS You can use custom number for …

Bill Invoice System in Laravel

Laravel is a powerful MVC PHP framework, designed for developers who need a simple and elegant toolkit to create full-featured web applications. We will make a simple Bill receipt Software in Laravel.Bill Receipt System in Laravel.Bill Invoice System in Laravel We will use AJAX Technique for data fetching from the database. Now create a database …

Like Dislike system with PHP and MySQL

This system works exactly like the Like/Dislike system YouTube implements for its videos. On Facebook, the buttons are placed on videos. Since we are not building the next Facebook.Like Dislike system with PHP and MySQL we will stick with using simple posts where users can click on their associated like and dislike buttons.  Read more article …

Image preview and upload using PHP

Visitor experience can be improved on an image upload feature.Image preview and upload using PHP Now we will create a form that takes two inputs: the user’s profile picture (image), and their profile detail (text). When the user fills the form and clicks on the upload button, we will use our PHP script to grab …

Build a Simple REST API in PHP

REST APIs are the backbone of modern web development. Most web applications these days are developed as single-page applications on the frontend, connected to backend APIs written in many languages. There are many great frameworks such as Codeigniter, Laravel, and Yii that can help you build REST APIs quickly. How to fetch records from API …

How to implement custom captcha in React JS

Captcha in ReactJS

ReactJs tutorial for beginners and professionals provides in-depth knowledge of ReactJs scripting language. Our ReactJs tutorial will help you to learn the ReactJs scripting language easily. Learn about React Bootstrap https://react-bootstrap.github.io/components/modal/ This ReactJs tutorial covers all the topics of ReactJs such as introduction, control statements, functions, array, string, file handling, form handling, regular expression, date …