Source Location: /compat.php
compatibility module to make bbsengine1-based apps more likely to run in bbsengine2
void errormessage(
string $message)
[line 51]
display an error message to the user
[ Top ]
void preparestring(
string $str)
[line 15]
prepare a string to be output to a browser. strings still need to be prepared, but it has been moved to the templates.
[ Top ]
void printfooter(
)
[line 38]
display a footer for a page
[ Top ]
void printheader(
string $title)
[line 26]
display a header for a page
[ Top ]
void redirectpage(
string $message, string $url)
[line 65]
display a message to the user, pause, and then redirect to a given url.
[ Top ]