Difference between URI and URL
- by Sarfraz
If you read the documentation of CodeIgniter or Kohana, there is a lot of confusion about the usage of URI and URL. Sometimes they use one and other times the other. They also incorporate URI class which makes it easier working with URLs.
I know that:
URI stands for Uniform Resource Identifier
URL stands for Uniform Resource Locator
But that doesn't make much sense. What exactly is the difference? or are they same?