Showing posts with label Bootstrap. Show all posts
Showing posts with label Bootstrap. Show all posts
CURD operations using PHP Functions with Bootstrap

CURD operations using PHP Functions with Bootstrap

Hi, In this tutorial, I am going to teach you how to perform the CURD operations using PHP Functions with Bootstrap. What do you mean by CRUD operations ? CRUD operations are the basic operations in database C - Create R - Read U - Update D - Delete Generally, we implement the CURD operations normal way. But we implement these operations by using...
Character count remaining on textarea in bootstrap

Character count remaining on textarea in bootstrap

Hi ! Today i am going to explain how to limit the character count in the text area and showing the remaining characters using JQuery and Bootstrap. This functionality is need when a user allows to enter the bio data, commenting on a particular post and entering a description about the product or any thing in this way we need to allow the specific...
Live html compiler using php and bootstrap

Live html compiler using php and bootstrap

If you want to make the live html compiler similar to the w3schools.com try editor What is live html compiler ? you can see the exact output of the html code before save and run in the browser. This is a simple technique to develop the live html code in the php. Here we are going to use the textarea as a input of the html code and iframe as a output...