Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /home/bateeqjg/public_html/news/wp-content/plugins/wp-syntax/wp-syntax.php on line 380
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /home/bateeqjg/public_html/news/wp-content/plugins/wp-syntax/wp-syntax.php on line 380
Warning: Undefined array key "layout" in /home/bateeqjg/public_html/news/wp-content/plugins/wp-about-author/wp-about-author.php on line 94
1 2 3 4 5 6 7 8 | // Returns the current page. function getPageURL(){ return 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF']; } // getCurrDir() returns the current directory. function getCurrDir(){ return dirname( getPageURL() ); } |
Example:
1 2 | getPageURL(); // returns "http://localhost/live/uploadProductImage.php" getCurrDir(); // returns "http://localhost/live/" |