ValidForm Builder

Easy and safe XHTML 1.0 strict forms with validation!

Contents

VF_Element→getRandomId

VF_Element→getRandomId — Generates a random ID using the given string


Description

getRandomId ($name);

Generates a random ID using the given string.

Parameters

  • name
    The name of the form element to create an ID for.

Return values

Returns the generated ID as a string.

Examples

No examples. This is an abstract class.