buffer()

Write text or html code to forms output buffer.

string buffer( string html )

Return

Buffers and returns the HTML code.

Parameter
Description
htmlHTML code to be written to output buffer.

Write code to output buffer

$FORM->buffer("<p>Please enter one value only</p>")
RETURN: '<p>Please enter one value only</p>'