Jump to content

make link to typed text


web_master

Recommended Posts

Is there some possibility in PHP to do automatic link when somebody type URL in form window? (One or more URL in one text.)

 

example: www.xxxxxxxx.com to be a

<a href="http://www.xxxxxxxx.com">www.xxxxxxxx.com</a>

 

 

(as I think, maybe I can do that with chage string when query returned from database, but I must to know how he typed in database in text: only "www..." or begin with "http://www...".)

 

Is somebody have a script how can I change strings?

 

thanx in advaced!

Link to comment
https://forums.phpfreaks.com/topic/68190-make-link-to-typed-text/
Share on other sites

Hi..

      for that you have to use regexp in mysql query or after retrieving result you have to check whether http:// exist or not...

    then accordingly you have top take decision

    or

    compulsory input w/o http://

and @ the time of showing records you can add http://

 

-Vijay 

Hi..

       for that you have to use regexp in mysql query or after retrieving result you have to check whether http:// exist or not...

     then accordingly you have top take decision

     or

     compulsory input w/o http://

and @ the time of showing records you can add http://

 

-Vijay  

 

Ill never use regex before - do You have an example?

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.