[url], [input], and [convertchars] assure proper formatting and interpretation of text
numero = 182
interpreted = N
texte =
[input][value]
[/input]INPUT is used to clean data like carriage returns and quote marks, and is used, as the name implies, in HTML input form tags.1.
Textarea form field. When carriage returns and tabs are written to a database, they are stored as special characters so as not to interfere with the tab-delimited structure of the database file itself. When bringing them out again into a textarea, [input] will format them correctly back into tabs and returns.2. Other
input tags in the value parameter. If your value contains a quote mark, it will close the form field data at that point, resulting in a chopped off value.3. Other HTML tags (esp. alt tags), javascripts, anything in quotes; same idea as above.
Examples:<textarea>[input][desc][/input]</textarea><input type="text" name="desc" value="[input][desc][/input]"><img source="yourimg.jpg" alt="[input][desc][/input]">
[input][value]
[/input]INPUT is used to clean data like carriage returns and quote marks, and is used, as the name implies, in HTML input form tags.
1.
Textarea form field. When carriage returns and tabs are written to a database, they are stored as special characters so as not to interfere with the tab-delimited structure of the database file itself. When bringing them out again into a textarea,
[input] will format them correctly back into tabs and returns.
2. Other
input tags in the value parameter. If your value contains a quote mark, it will close the form field data at that point, resulting in a chopped off value.
3. Other HTML tags (esp. alt tags), javascripts, anything in quotes; same idea as above.
Examples:<textarea>[input][desc][/input]</textarea>
<input type="text" name="desc" value="[input][desc][/input]">
<img source="yourimg.jpg" alt="[input][desc][/input]">
Terry Wilson
DOWNLOAD WEBDNA NOW!
Top Articles:
AWS Raw WebDNA LAMP-Plus WebServer
Amazon Web Services (AWS) README for Machine Image ID...
Technical Change History
This Technical Change History provides a reverse chronological list of WebDNA changes...
Download WebDNA Applications
WebDNA applications...
WebDNA Libraries
A list of available libraries for WebDNA...
F.A.Q
A compilation of some user's questions...
WebDNA Modules
A list of the currently available modules...
Related Readings:
[tcpsend]
A powerful feature that sends text to a TCP server program on a remote machine...
[sendmail]
There is hardly a website that doesn't at some point need to send an email...
Web Hosting Control Panels and WebDNA
Web Hosting Control Panels are becoming prevelant in the industry...
[boldwords]
Highlights matching words with boldface HTML tags...
[function]
This context enables the WebDNA programmer to call a previously defined block of WebDNA code...
[hideif]
[HideIf Comparison]Hide This HTML[/HideIf]...