/ Published in: PHP
Expand |
Embed | Plain Text
// This function defines the Absolute URL function absolute_url($page = 'index.php') { // Remove trailing slashes // Add the page... $siteURL .= '/' . $page; // return the url.. return $siteURL; } // End function
You need to login to post a comment.
