How to use fieldset and legend in html
Popular posts from this blog
What is Operating System?
Hardware is nothing but finely designed machinery. A machine is ultimately a machine only,which is always made to work. In case of computers, it is either us if we do that or some other which does it for us. This some other is nothing but our very own operating system. Operating system is just like our secretary. As the boss gives orders to his secretary and the secretary does all work for his boss. The secretary himself decides: How to do? what to do ?;etc Same way we pass our orders/requests to operating system and operating system does it for us. Operating system itself decides: How to do?; What to do?; When to do ? The primary goal of an operating system is thus to make the computer system convenient to use and secondary goal is to use computer hardware in an efficient manner. An operating system is an important component of a system which controls all other components of a computer of a computer sys...
PHP Superglobals
Superglobals are variable that are automatically available throughout all program code,in all scopes. These variables require no declaration they can simply be accessed. Super global variables provide: Useful information about the environment Allow access to HTML form variables or parimeters Access to cookies stored on a client Keeping track of sessions and file uploads They are as follows: $_GET - $_GET is used for data passed using the HTTP GET method,which includes variables passed as part of the URL. For Example: www.designevlop.blogspot.com/index.php?book=PHP&cat=linux ...
Comments
Post a Comment