Tag «php using jquery»

Cannot read property of undefined in Javascript and ReactJs

How to remove Property of undefined error from you Javacript Projects .Cannot read property of undefined in Javascript and ReactJs . Error like Cannot read property `map` of undefined Learn more about ReactJs from https://learncoders.xyz/otp-countdown-timer-in-react/ There are certain ways to resolve this issue in your app To avoid error Property undefined you can use below …

How to send base_64 Image in ReactJS

We can send base_64 Image in ReactJs with help of the Javascript method. How to store base_64 Image in ReactJS. I will use Nodejs for storing base_64 Image into a database. So Node js will handle our React Request. Base64 also known as Base64 Content-Transfer-Encoding is an encoding and decoding technique used to convert binary …

Php CRUD Operations Tutorial Using MySQLi in Hindi

We will learn how to perform CRUD Operation using PHP’s PDO Technique .Php CRUD Operations Tutorial Using MySQLi in Hindi PDO is an acronym for PHP Data Objects. PDO is a lean, consistent way to access databases. This means developers can write portable code much easier. CRUD Operation using PDO PHP Food Receipe Project in REACT JS Image …

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 upload using PHP and MySQL database

In this tutorial, we create a form that takes an image and some paragraphs. When you select an image and enters some text and clicks the submit button, the data is submitted to the server. Image upload using PHP and MySQL database PHP now grabs the image and saves it in a folder in the …

How to Implement Custom Captcha in PHP

PHP tutorial for beginners and professionals provides in-depth knowledge of PHP scripting language. Our PHP tutorial will help you to learn PHP scripting language easily. This PHP tutorial covers all the topics of PHP such as introduction, control statements, functions, array, string, file handling, form handling, regular expression, date and time, object-oriented programming in PHP, …