Skip to main content

Posts

Showing posts from November, 2022

HTML code to display current month using javascript

HTML calendar templates are used by web designers who want to add a great design help of HTML code to display the current month using table tag and div tag and get by the JavaScript.   Let's see the tutorial, day to day life the calendar is almost every business has an online presence and the business will give you a more clear vision of appointments and doubtful days to be noted. you are just given some piece graphics to design and help apply the code using HTML format and unique and user-friendly at the same time, you can always go for the HTML calendar, and easy to design and also.    HTML Code: <html> <head> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css"> </head> <body> <div class="calendar"> <div class="date"> <h3><span id="month"><i class="bi bi-arrow-left-circle"></i>&nbsp;&nb...

How to Insert Multiple checkbox value in database MySQL using PHP

In this tutorial, we are going to learn to insert multiple checkbox values in a database using MySQL and pdo in PHP with examples. In this example, we are implementing storing multiple checkbox values and the checkbox is used in many forms like school forms, college forms, and company adding skills and knowledge forms, etc.    Read also: How to add html responsive table in blogger and wordpress Here, we are going to create a database table and empty PHP files. CREATE TABLE IN DATABASE: create table checkbox ( id int AUTO_INCREMENT PRIMARY KEY, language varchar(250) not null ); Insert multiple checkbox value in database MySQL using PHP <!DOCTYPE html> <html> <head> <!-- CSS only --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"...

HTML Codes for design school TimeTable Using TABLE

In this tutorial, we will learn about HTML Codes for designing school TimeTable using HTML table tags. Here, we are creating using HTML tags and CSS to design the school timetable. A school timetable is a reference for all the students and teachers. school Time table will show a clear view of the student and teacher schedules with time and weekdays for the class or seminar will conduct.   Read also:   Free Google Tools for SEO Success Ultimate Guide : Google Search Console Dofollow Backlinks: 5 Benefit for you Website SEO Local SEO is important for small Businesses Schema Markup and How can you use schema markup for seo Backlinks is it a Raking factor for SEO   so, why use school Timetables? The school timetable is the purpose of strategic scheduling by times, first, the timetable is allocated for students, teachers, and the administration to clear the view. That is the only way the administration knows what happens in the classroom and this is the structure for planni...