function wafPrintPageURL($PageName, $Parameters)
(optional) $PageName is the name of the page for which you're generating a URL. Defaults to the current page if empty or omitted.
(optional) $Parameters is a URL-encoded string to be appended to the base page URL. Defaults to nothing.

print()'s a string that is a fully qualified URL, suitable for links, forms and anything else.

Does not verify that the page name specified is valid in any way.

Related

This page last updated: Mon Feb 25 22:04:22 2013 (GMT)