Well, we surely have a lot of different ways to achieve similar effects and with CSS the hardest part is to make it look good in almost every browser. You… read more →
The PHP $_GET and $_POST variables are used to retrieve information from forms, like user input. PHP Form Handling The most important thing to notice when dealing with HTML forms… read more →
Form Validation using FORM <html> <head> <title>JavaScript Form Validation</title> <script language=”javascript” type=”text/javascript”> function frmValidation() { if(document.form1.fname.value==””) // checking whether the field fname in form1 has blank value in it or… read more →
HTML – Hyper Text Markup Language HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a… read more →