PostNuke Help

Previous
pnExceptionValue

Home
up

Next
pnGetBaseURL


pnGetBaseURI

get base URI for PostNuke

Synopsis

string pnGetBaseURI();

Description

pnGetBaseURI() returns the base URI of PostNuke.

Return Values

This function returns the base URI of PostNuke.

Notes

URI is the path part of an URL, for instance in the URL 'http://www.postnuke.com/stuff/index.php' the URI would be '/stuff/index.php'.

Examples

// get base URI
$path = pnGetBaseURI();
       

See Also

pnGetBaseURL()


Previous
pnExceptionValue

Home
up

Next
pnGetBaseURL