small help needed

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

    small help needed

    I add external links in a page manually, I want that whenever any 1 clicks any links,a new page will open and it should have exact external site link.
    can any1 help???????????

    http://WapTops.com- Get Real High Traffic
    http://WapFun.info-Fun 4 Wap

    #2
    Use target='_blank' on url

    Comment


      #3
      LoLz
      brother u didnt et it.
      i want like dis link.php http://www.frendz4m.com/forum/link.p...p://google.com

      http://WapTops.com- Get Real High Traffic
      http://WapFun.info-Fun 4 Wap

      Comment


        #4
        Originally posted by slowy View Post
        LoLz
        brother u didnt et it.
        i want like dis link.php http://www.frendz4m.com/forum/link.p...p://google.com
        exactly what khan said
        Code:
        <a href="http://external-link.com" [B][COLOR=red]target="_blank"[/COLOR][/B]>whatever</a>
        It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
        ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
        ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
        キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

        Comment


          #5
          i think no1 is getting me
          i want link.php script from dis http://www.frendz4m.com/forum/link.p...p://google.com
          means u can give any link after link.php?link=
          and in above page it will automatically get it and gives link in "Click here"

          http://WapTops.com- Get Real High Traffic
          http://WapFun.info-Fun 4 Wap

          Comment


            #6
            use bbcode url parsing system then.

            Comment


              #7
              PHP Code:
              <?php
              $link 
              $_GET["link"];
              echo 
              '<a href=' $link '>Click Here</a>';
              ?>
              Did I help you?
              You can help me too
              Your donations will help me finance my studies.

              Comment


                #8
                Originally posted by kei_ki7 View Post
                PHP Code:
                <?php
                $link 
                $_GET["link"];
                echo 
                '<a href=' $link '>Click Here</a>';
                ?>
                worked thanks a lot ;)

                http://WapTops.com- Get Real High Traffic
                http://WapFun.info-Fun 4 Wap

                Comment

                Working...
                X