Tag «vuejs»

How to Use React.js and Complex JSON Objects

How to parse a complex JSON Response in ReactJs.How to Use React.js and Complex JSON Objects Creating Components We can use Javascript JSON.parse() to parse any JSON object in ReactJS. Dealing with complex JSON responses is a necessity today to React developers Make a component with the name Product Product.js This way you can parse …

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 …

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 …

How to make a dependent dropdown in Jquery Php

We can make a dependent dropdown using Jquery and PHP. We will level two drop-down in jquery and PHP. We will use select tag of HTML for dropdown <select><option></option></select> Now create database in PHPMyAdmin or MySQL workbench. Now make four columns in the database table ( student )  :- id ,name,age,phone Now create a page …

How to load EXCEL Data in Browser in PHP

PhpSpreadsheet is a library written in pure PHP and offers a set of classes that allow you to read and write various spreadsheet file formats such as Excel and LibreOffice Calc. Installation Use composer to install PhpSpreadsheet into your project: composer require phpoffice/phpspreadsheet Download Source Code of the Project:- Php Spreadsheet project  So first we will create …