You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RedDragonWebDesign edited this page Sep 5, 2020
·
17 revisions
Functions
Basic->get_info_filtered() - sanitizes HTML, similar to htmlspecialchars()
Constants
Variables
$MAIN_ROOT - Folder that contains the website on the web. Good for using in HTML links. Example: echo '<a href="'.$MAIN_ROOT.'members/index.php">My Account</a>';
$BASE_DIRECTORY - Absolute path that is required when including files. Example: require_once($BASE_DIRECTORY.'members/index.php');