File Handling in C

Definition of File Handling in C File handling in C is the process of creating, opening, reading, writing, appending, updating, and closing files using a C program. A file represents a sequence of bytes on the disk where a group of related data is stored, ending with an end-of-file marker. Read more…

Loading

Dashboard/Home Page Code in JSP

Example : A complete (Left Side Panel Menu) Dashboard/Home Page code in JSP. NB : Dashboard Home page appears after successful Login or Validation. Example : A complete (Top Menu without Sliders) Dashboard/Home Page code in JSP. NB : Dashboard Home page appears after successful Login or Validation. Example : Read more…

Loading

Image and PDF Code in Php

Example : Php code to Save, Edit, Search, and Delete Image and PDF files in a MySQL Database. ———————————————————————————-create database and table in MySql database as -CREATE DATABASE filedb;USE filedb;CREATE TABLE imagefile ( slno5 INT AUTO_INCREMENT PRIMARY KEY, name5 VARCHAR(100), mobile5 VARCHAR(15), email5 VARCHAR(100), photo5 VARCHAR(255), pdf5 VARCHAR(255));NB: Also, create Read more…

Loading