In this tutorial, We will learn how to create flip book with html using turn.js library. Turn.js is a JavaScript library that will make your content look like a real book or magazine. Below are the step by step process of how to create flip book using turn.js...
In this tutorials, We will learn about PHP MySQLi fetch functions and see the difference between MySQLi_fetch_object(), MySQLi_fetch_row(), MySQLi_fetch_assoc() and MySQLi_fetch_array() functions. All of These functions used to fetch the result from the database with a similar process. Let us consider the tbl_student table. The table data...
In this tutorials, We will learn how to implement captcha in login form using PHP. We are using random numeric value for captcha validation. rand() method is used to generate random value for captcha. we will validate captcha value in the time of login. Files...
In this tutorials, We will learn how to print web page using JavaScript. If you want to take a print of HTML web page with help of JavaScript then this tutorials helps you to achieve this task quickly by the using of print() method. The print() method...
In this tutorial, We will learn how to upload image and save data into mysql database using PHP. CKEditor is a WYSIWYG rich text editor which enables writing content directly inside of web pages or online applications. Files used in this tutorial: 1- connection.php (database...
In this tutorial, We will learn how to use CKEditor 5 in our website and save data into mysql database using PHP. CKEditor is a WYSIWYG rich text editor which enables writing content directly inside of web pages or online applications. Files used in this...
In this tutorial, We will learn how to implement server-side validation in HTML form using PHP. We will validate empty field, valid email id format and numeric value. Server-side validation is when the user input is validated by the server after it is received from the...
The Library Management System project is simply developed using PHP, JavaScript and CSS. The LMS project having two panel one for User and another one for Admin. The admin panel of LMS project has an important role to add/edit category, add/edit user, add/edit location, and...
The Expense Management System project is simply developed using PHP, JavaScript and CSS. The EMS project having two panel one for User and another one for Admin. The admin panel of EMS project has an important role to add/edit category and add/edit user. User can...
The Hospital Management System project is simply developed using PHP, JavaScript and CSS. The HMS project having two panel one for Doctor and another one for Admin. The admin panel of HMS project has an important role in the management of all activity performed by...
Join 20,000+ subscriber