Special chars in url

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Special chars in url

    Anyone knows what's the function of "#!" in a url? Like both facebook and twitter use these in their urls and if i google
    Code:
    inurl:#!
    google returns nothing, anyone knows what purpose these signs serve?
    libra.wen.ru

    #2
    Originally posted by s3nzo View Post
    Anyone knows what's the function of "#!" in a url? Like both facebook and twitter use these in their urls and if i google
    Code:
    inurl:#!
    google returns nothing, anyone knows what purpose these signs serve?
    annoying with bbcodes xD they mess the url up lol

    Comment


      #3
      Hashtag - Wikipedia, the free encyclopedia

      Comment


        #4
        Lol messing it up? I don't think so @Amy i don't mean those hashtags i mean in the url as
        Code:
        https://facebook.com/#!/home.php
        and
        Code:
        http://twitter.com/#!/s3nzoM
        libra.wen.ru

        Comment


          #5
          I think u are searching for friendly urls

          Comment


            #6
            Originally posted by s3nzo View Post
            Lol messing it up? I don't think so @Amy i don't mean those hashtags i mean in the url as
            Code:
            https://facebook.com/#!/home.php
            and
            Code:
            http://twitter.com/#!/s3nzoM
            if you use a safety page before the url to stop refferer eg: <a href="pageout.php?url=http://twitter.com/#!/s3nzoM">http://twitter.com/#!/s3nzoM</a>
            then on pageout.php you have got echo '<a href="'.$_GET['url'].'">'.$_GET['url'].'</a> the link will only show as http:/ /twitter.com/ unless you use url encode. however if you have your bb codes set up in array you cant use url encode xD
            Last edited by something else; 11.04.12, 02:26.

            Comment


              #7
              Originally posted by something else View Post
              if you use a safety page before the url to stop refferer eg: <a href="pageout.php?url=http://twitter.com/#!/s3nzoM">http://twitter.com/#!/s3nzoM</a>
              then on pageout.php you have got echo '<a href="'.$_GET['url'].'">'.$_GET['url'].'</a> the link will only show as http:/ /twitter.com/ unless you use url encode. however if you have your bb codes set up in array you cant use url encode xD
              thank you, that makes a lot of sense
              libra.wen.ru

              Comment

              Working...
              X