• Web 2.0 platform and Programming Language

    We are promoting Web 2.0 platform in our template design, xHTML in our scripting and PHP programming language in our server side programming. So try our services and be satisfied with the outcome.

  • HTML/xHTML Standard

    This site passed and uses the W3C XHTML 1.0 Transitional standard, CSS level 2.1 driven, Javascript and with a latest trend of Table-less xHTML scripting by not using <table> tag in making our script.

  • Website History

    This website was founded last October 18, 2007, fully bought the domain February 2008 and has been continually updating. We are located at heart of The City of Golden Friendship Cagayan de Oro the City.

PHP get root URL and root Directory path

This is a PHP code that gets the root or base path your website. By getting the protocol, the domain name and its directory location, if combine together will produce the root URL of your website. By removing also index.php on array variable $_SERVER['SCRIPT_FILENAME'] will produce the root directory path of your website.
This code is dynamic that even if you will change your website directory location it will still knows its location. You don’t have to change any configuration just to get the URL and Directory location of your file or website.

<?php
function root_url(){

	$domain = $_SERVER['HTTP_HOST'];
	$protocol_array = explode('/',$_SERVER['SERVER_PROTOCOL']);
	$protocol = strtolower($protocol_array[0]);

	$path = str_replace( basename($_SERVER['SCRIPT_FILENAME']), '', $_SERVER['PHP_SELF'] );

	$url = $protocol.'://'.$domain.$path;

	return $url;
}

function root_dir(){

	$dir = dirname($_SERVER['SCRIPT_FILENAME']).'/';

	return $dir;
}
?>
Back to list 9 Comments Feb 15, 11 at 02:47 am
  1. Download php-get-root-url-and-root-directory-path

9 Responses to PHP get root URL and root Directory path

  1. Mobile Website Design says:

    Blogs ou should be reading…

    [...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]……

  2. guldmynt tillverkare says:

    guldmynt tillverkare…

    [...]j I am really enjoying the theme/design of your web site. Do you ever run int dh[...]…

  3. http://www.odixeaengine.com/what-exactly-is-sim-only-aanbiedingen-and-sim-only says:

    This is my Excerpt…

    I saw this really good post today. Nice visiting your blog….

  4. billigt flyg berlin says:

    billigt flyg berlin…

    [...]u Woah! I’m really loving the template/theme of this blog. It’s simple, yet e pw[...]…

  5. cyclus bags says:

    free website submisson…

    I found this really informative post today…

  6. Sifisdndsk says:

    2011…

    Having read this I thought it was very informative. I appreciate you taking the time and effort to put this article together. I once again find myself spending way to much time both reading and commenting. But so what, it was still worth it!…

  7. Money Online says:

    Links…

    [...]Sites of interest we have a link to[...]……

  8. hertz discount coupon says:

    Related……

    [...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]……

  9. ipad says:

    Superb website…

    [...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]……

Leave a Reply

Your email address will not be published. Required fields are marked *

*

9 − two =

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

My Blogs

  • Configuring CodeIgniter for website with HTTPS protocol view more...
    Posted: Jan 05, 12 at 11:27 am
  • Keyword “Cagayan de Oro PHP Programmer” iWebProvider.com is Number 1 at Google Search view more...
    Posted: Feb 15, 11 at 05:54 pm
  • PHP get root URL and root Directory path view more...
    Posted: Feb 15, 11 at 02:47 am
  • PHP Object Oriented Programming (OOP) using Model View Controller (MVC) approach view more...
    Posted: Feb 12, 11 at 01:56 pm
  • Launching of the new 2011 iWebProvider.com Template Design view more...
    Posted: Feb 03, 11 at 08:17 pm

Most Popular Blogs

  • Search Engine Friendly URL to convert .php and replace with .html file extension using .htaccess view more...
    Posted: Jan 19, 11 at 09:44 am
  • PHP Class for sending Email and preventing Email Spam view more...
    Posted: Jan 19, 11 at 09:41 am
  • PHP Function to Limit String output or display view more...
    Posted: Jan 19, 11 at 09:39 am
  • PHP get root URL and root Directory path view more...
    Posted: Feb 15, 11 at 02:47 am

Wise Words

"Hard work surpasses genius"

by: Mark

"It’s not about how many you have learned but how much you have utilized and mastered what you have learned."

by: Mark

"The function of good software is to make the complex appear to be simple."

by: Grady Booch

Latest Comments

My opinion is ...... Lovely just what I was searching for....

by: how to make homebrew

...... this web site is my inspiration , very superb style and perfect content ....

by: cure panic attacks

another title... I saw this really great post today....

by: print to fax

Keep in Touch

If you would like to find out more about us, just email us at inquiry[AT]iwebprovider.com