We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Extending GoLive 6's Dynamic Content
|
Subject: |
|
MoveToEnd() |
Date: |
|
2002-10-15 05:32:50 |
From: |
|
johndonaldson
|
|
There is a function written into the Dynamic Content include files which provides another way of displaying a blank record for your form.
Immediately above the opening form tag, you can add the following snippet of PHP code to your page:
<?php MoveToEnd($csName)?>
csName is the name of the content source you wish to display a blank record from. This will take you beyond the last record in the content source and thus display a blank form.
John
|