Skip to content

OUT_HTML_ FOOTER

Jurek Muszyński edited this page Sep 12, 2018 · 3 revisions

void OUT_HTML_FOOTER

NOTE: The space between HTML_ and FOOTER isn't supposed to be there, but it's a GitHub Wiki bug that causes this page to be attached to every Wiki page!

Description

Writes standard HTML footer to output buffer. That is, the closing body and html tags.

Returns

None

Example

OUT_HTML_HEADER;
OUT("<h1>%s</h1>", APP_WEBSITE);
OUT("<h2>Welcome to my web app!</h2>");
OUT_HTML_FOOTER;
Clone this wiki locally