Write Once Use Many

Reuse the same code over and over again on your site with the [include] context.

numero = 124
interpreted = N
texte = Reusing your same code over and over again on many pages within your website is a snap. The best examples would be to have an include file with your page header, navigation and page footer. Then from every page of your website you can insert the same files. This especially makes management of navigation links a snap because you only need to keep one text file up to date.
<body>[include file=/header_file.inc]<table><tr><td>[include file=/navigation_links_file.inc]</td><td>{the body of content would go here}</td></tr></table>[include file=/footer_file.inc]</body>
The example above shows the include files saved to the root directory of your website. You could organize a bit easier by saving them in an /includes/ directory. Doing so would change the code to look like this:
[include file=/includes/navigation_links_file.inc]
Reusing your same code over and over again on many pages within your website is a snap. The best examples would be to have an include file with your page header, navigation and page footer. Then from every page of your website you can insert the same files. This especially makes management of navigation links a snap because you only need to keep one text file up to date.
<body>
[include file=/header_file.inc]
<table>
<tr>
<td>
[include file=/navigation_links_file.inc]
</td>
<td>
{the body of content would go here}
</td>
</tr>
</table>
[include file=/footer_file.inc]
</body>

The example above shows the include files saved to the root directory of your website. You could organize a bit easier by saving them in an /includes/ directory. Doing so would change the code to look like this:
[include file=/includes/navigation_links_file.inc]

Matthew Perosi - Psi Prime

DOWNLOAD WEBDNA NOW!

Top Articles:

F.A.Q

A compilation of some user's questions...

Download WebDNA Applications

WebDNA applications...

AWS Raw WebDNA LAMP-Plus WebServer

Amazon Web Services (AWS) README for Machine Image ID...

WebDNA Modules

A list of the currently available modules...

WebDNA Libraries

A list of available libraries for WebDNA...

Technical Change History

This Technical Change History provides a reverse chronological list of WebDNA changes...

Related Readings:

Cloning a Record

Often...

Check the Federal Government's Social Security database

The script on the page will check the federal government's social security database...

random password-generator code

Generate a random alpha-numeric string...

Spaghetti code

How to get rid of very long search strings...

reCAPTCHA code

reCAPTCHA helps prevent automated abuse of your site (such as comment spam or bogus registrations) by using a CAPTCHA to ensure that only humans perform certain actions...

WebDNA Google Map Mashup

Generate a Google map with pins on your database addresses...