Tag «ajax»

Disable and enable Submit button in ReactJS

We can disable any kind of button in ReactJs easily. Here we will disable button on checkbox click.Disable and enable Submit button in ReactJS . See how we can make OTP Timer in ReactJS – https://learncoders.xyz/otp-countdown-timer-in-react/ Download React Project : https://reactjs.org/ Now We will check CHECKBOX Button and on the click of checkbox button We …

Codeigniter 4 CRUD Operation With Ajax Example

In this article, We will inform you how to perform crud operation with ajax in CodeIgniter 4.Codeigniter 4 CRUD Operation With Ajax Example Learn CodeIgniter 4 from its official Website https://www.codeigniter.com/ In CI 4 We can make a good design with a secure CRUD Operation. if you want to create a CRUD operation with ajax …

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 …

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 …