latest Post

How to create authenticate a web page in html and PHP

Program : File name : Login.html <!DOCTYPE> <html> <head> <title>Login Page</title> </head>...
Read More

Example C Program for Arithmetic operators

Program : #include <stdio.h> #include <conio.h> void main() { int a,b,c; clrscr(); printf("\nEnter the value 1...
Read More

PHP Registration form using GET, POST Methods with example

Program : HTML Code <html> <head> <title>Student Info</title> </head> <body><center> ...