WIKINDX METHODS

Method:
formHeader()

Class:
FORM

Method Call:
include_once("core/html/FORM.php");
STRING FORM::formHeader(STRING: $action);

Description:
Returns
	<form method="post" action="$PHP_SELF">
	<input type="hidden" name="action" value="$action" />
	

Usage:
$action is parsed by index.php and is normally part of the query string for the submenu system.

WIKINDX home      WIKINDX usage      WIKINDX classes