Text box, PHP Web Programming

Assignment Help:

The <INPUT> tag is used to specify where user input is expected.  It has distinct attributes, of which the TYPE attribute is used to indicate the kind of input i.e. to be provided. The most common value of this attribute of the <INPUT> tag is TEXT. As illustrated in Figure every INPUT require a NAME. While the user types in his address (for instance 1234 ABC), this will become the input's value & be paired with NAME thus the end result after running it through the Mailto Formatter will be ADDRESS=1234 ABC.

We can, if we wish, type in a VALUE.

<INPUT TYPE=TEXT NAME="ADDRESS" VALUE="44 XYZ">

This will pair the value 44 XYZ with the name ADDRESS automatically, unless the user alters it. Take care to employ quotes as specified in the instance.

We can indicate the size of the text input box.

<INPUT TYPE=TEXT NAME="ADDRESS" VALUE="44 XYZ" SIZE=10>

The default value is twenty. You already know that the default value is the value which the browser supposes if you have not told it otherwise.

Go ahead & remove VALUE="44 XYZ".

If we wish, we can indicate how several characters a user can input.

Experiment with this and attempt to input more than ten characters! The MAXLENGTH attribute is used to limit the number of characters to be entered in the textbox.

<INPUT TYPE=TEXT NAME="ADDRESS" SIZE=20 MAXLENGTH=10>

Alike to the TYPE=TEXT is the TYPE=PASSWORD. It is exactly the identical, except that for security it displays *** rather than the actual input. The text entered like a password would not be echoed on the page.  Thus you can employ this whenever you wish to accept a password or some other sensitive information from the user.

<INPUT TYPE=PASSWORD>

Remember that each <INPUT> should have a NAME which gives the name of the field.

<INPUT TYPE=PASSWORD NAME="USER PASSWORD">

The VALUE, SIZE and MAXLENGTH attribute work here also just as they do along TEXT


Related Discussions:- Text box

I need a continuing education website, I need a Continuing Education Websit...

I need a Continuing Education Website Please see attached PDF for job specifications. We will be selecting a freelancer within the next week if one meets our needs and budget. T

Want help in wordpress oauth plugin, Want help WordPress OAuth Plugin We...

Want help WordPress OAuth Plugin We have written a Wordpress oauth plugin that delivers Wordpress authentication via our oauth provider at PlayGrid.com. The present plugin has a

Write the php script to output the session contents, Question: (a) A we...

Question: (a) A website wishes to use sessions to store the user's name and display a welcome message on all its pages. The user enters his username in a textbox called "userna

I would like someone to move my current website, Move my GoDaddy Site to WP...

Move my GoDaddy Site to WP.org I would like someone to move my current website and blog content to WP.org. I love my current site pretty much as is. The merely reason I want

Hosting, How to host php website

How to host php website

Web programmer to develop for web form in lua, Web programmer to develop 4 ...

Web programmer to develop 4 web forms in LUA We want to develop 4 forms for a web server that simply take the user input as well as save it to the system. No database or else

Need help in php mysql connection, PHP MySQL connection (Digital Ocean) ...

PHP MySQL connection (Digital Ocean) I devour a server in Digital Ocean cloud with fresh install of Apache, MySQL 5.6, PHP 5.3, Centos 6.4 (64 bit). Want to setup MySQL Workbenc

Set cell properties, Cell height finds out the height of the space in a cel...

Cell height finds out the height of the space in a cell row. Notice the space about the Compass logo. You desire to remove the extra space amongst the logo and navigation buttons.

I need help for bnb - mobile html5, I need help for BNB - Mobile HTML5,CSS3...

I need help for BNB - Mobile HTML5,CSS3,JAVASCRIPT coding We want to create HTML pages for the mobile version of the website No other development required. The source grap

Need help in php work on site to fixes, PHP Work on site - fixes, additions...

PHP Work on site - fixes, additions Require some work re-done on seo friendly url creation from vsadmin module of e-commercetemplates.com. a) The SEO checkbox to create NEW c

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd