|
|
|
|
|
I often see that newcomers to HTML know that if you wish to preset a value in an
input field of type TEXT you simply use the VALUE attribute :
| | <INPUT TYPE="TEXT" NAME="MyName" VALUE="Boaz Yahav"> | |
However, when it comes to a <TEXTAREA> tag, doing
| | <TEXTAREA NAME="MyName" VALUE="www.php-code-search.com"></TEXTAREA> | |
will not get the expected result.
When using the <TEXTAREA> tag you need to put your predefined text between the tags like this :
| | <TEXTAREA NAME="MyName">www.php-code-search.com</TEXTAREA> | |
|
|
| Real simple example of removing HTML tags from text then changing \n (new line) to <br>. Could be used in a forum for instance. Categories : HTML, PHP, HTML and PHP, Beginner Guides | | | Multiple Select box, Select multiple Items from Menu.List box Categories : PHP, HTML and PHP, Beginner Guides | | | mySQL/PHP/search with multientry
form and table output with colored rows Categories : PHP, Beginner Guides, MySQL, HTML and PHP, Databases | | | This script shows you the 7th latest php items from the mailing list archive on zend.com Categories : HTML, HTML and PHP, HTTP, PHP | | | Snipe.Net's Web Design Color Scheme Previewer- Allows uses to input hex
codes for their text, background, and link colors, and preview the color
scheme with their background image. Example:
http://www.snipe.net/tech/snipeschool/hex.php3 Categories : PHP, HTML and PHP, General, Graphics, HTML | | | Form Submission Using Array's Categories : PHP, HTML and PHP, Beginner Guides, Arrays | | | Query2Report : Generating Html, Pdf and Csv Reports from SQL Query Categories : PHP, PHP, HTML, PDF, Excel | | | Simple PHP Form Field Generator Categories : PHP, Beginner Guides, Form Processing, HTML and PHP | | | How to Create a Shoutbox Using PHP & MySQL Categories : PHP, MySQL, Web Applications, Beginner Guides, HTML and PHP | | | Popup Menu 0.5, popup, select, html, state-maintaing Categories : HTML, PHP, HTML and PHP | | | Kewl Date Example Categories : PHP, HTML and PHP, Date Time, CSS, Beginner Guides | | | Newbie Notes #10 - Generating drop downs Categories : PHP, MySQL, HTML, Beginner Guides, Databases | | | PHP based HTML rabbing Tools Categories : PHP, HTML and PHP, Tag Extractors, Regexps, Beginner Guides | | | Display Slashdot headers on your own site Categories : HTML and PHP, HTML, PHP | | | Using PHP im HTML image tags Categories : PHP, HTML and PHP, Graphics, Beginner Guides | |
| |
| |
|