Activity Stream
48,167 MEMBERS
6834 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 5 of 5
  1.     
    #1
    Member
    Website's:
    satiq.net

    Default Links generator

    Hi, I need simple script in php that when I input links it get output html links.

    If I put http://xxx.xxxxxx.xxx it write for me:
    <a href="http://xxx.xxxxxx.xxx">http://xxx.xxxxxx.xxx</a>

    It's better if I can put some links, not only one..

    Thanks for this help..
    skinner Reviewed by skinner on . Links generator Hi, I need simple script in php that when I input links it get output html links. If I put http://xxx.xxxxxx.xxx it write for me: <a href="http://xxx.xxxxxx.xxx">http://xxx.xxxxxx.xxx</a> It's better if I can put some links, not only one.. Thanks for this help.. Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    you'll only need javascript for that

  4.     
    #3
    Member
    Website's:
    premium-links.net wanted-programs.com
    if u need as desktop all let me know, ill do one for free!

  5.     
    #4
    Respected Developer
    Website's:
    wrzc.org
    PHP Code: 
    <?php
    if(isset($_POST['url']))
    {
        echo 
    '<strong>&lt;a href="'.$_POST['url'].'"&gt;'.$_POST['url'].'&lt;/a&gt;</strong><br /><textarea><a href="'.$_POST['url'].'">'.$_POST['url'].'</a></textarea>';
    }
    ?>
    <form action="" method="post">
        <input type="text" name="url"/>
        <input type="submit" name="submit"/>
    </form>
    That's as basic as you'll get. might need to strip tags for security depending on where your using it.
    Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic

    Huge list of Warez Sites and free Multiposter Templates

  6.     
    #5
    Member
    Website's:
    satiq.net
    Quote Originally Posted by Mr Happy View Post
    PHP Code: 
    <?php
    if(isset($_POST['url']))
    {
        echo 
    '<strong>&lt;a href="'.$_POST['url'].'"&gt;'.$_POST['url'].'&lt;/a&gt;</strong><br /><textarea><a href="'.$_POST['url'].'">'.$_POST['url'].'</a></textarea>';
    }
    ?>
    <form action="" method="post">
        <input type="text" name="url"/>
        <input type="submit" name="submit"/>
    </form>
    That's as basic as you'll get. might need to strip tags for security depending on where your using it.
    Thanks for your code, it's what I need.. but how to insert more than 1 link?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [Selling] eminent backlink pyramid + 5000 profiles links + 90% Dofollw + Ping All Links - $18
    By cbtblogger in forum Completed Transactions
    Replies: 4
    Last Post: 4th Mar 2012, 03:40 PM
  2. uploadhere links generator
    By leibu in forum Webmasters, Money Making
    Replies: 0
    Last Post: 6th Jan 2012, 04:34 PM
  3. [Buying] avi flv player generator or divx generator
    By priviet02 in forum Completed Transactions
    Replies: 0
    Last Post: 12th Oct 2010, 08:10 PM
  4. Review leechtube.com premium links generator
    By tvnz in forum Site Reviews
    Replies: 2
    Last Post: 15th Jul 2010, 12:06 PM
  5. RS direct links generator
    By poukis in forum Webmaster Discussion
    Replies: 23
    Last Post: 29th Jan 2010, 02:01 PM

Tags for this Thread

BE SOCIAL