Note the keywords "HTTP-EQUIV", "Name" and "Content" are case-insensitive. Their values are also case-insensitive. Example Describe meta data within an HTML document: Tag Name Example(s) Author Co…
Introduction to HTML
The World Wide Web • Definitions – The World Wide Web (WWW) • The set of computers on the Internet that support HTTP • Not a separate network – HTTP • The HyperText Transfer Protocol • The language us…
My Computer
My Computer Computer is a machine which manipulates data according to a list of instructions.ENIAC,(Electronic Numerical Integrator And Computer) was the first large-scale, electronic, digital compute…
What is Internet?
The Internet In this day and age it is difficult to remember life before the Internet. In a period of less than ten years, the Internet grew from literal obscurity to a household name. Corporations, …
FILL YOUR USER NAME AND PASSWORD
Create Form Login:Source Code : login.htmlLoginAction.php" method="post" name="loginform">- Text box -> User Name : txtuser- Text box -> Password : txtpwd-->loginform.txtuser.focus(); Downl…
Project | BBG -> PHP(2)
Create TableCreate ConnectionInsert Data by FormDisplay DataUpdate Record by Form: there are two file to link // modify.php & update.phpthis is a file PHP (update.php)require("connect_db.inc"…
Project | BBG -> PHP(1)
Create Table Product in Database (my_db)Table ProductsProductIDProductNamePriceQtyCreate Form Input Data//addForm.phpProduct IDProduct NameUnit PriceQualityCreate PHP file//addproducts.phprequire("con…