|
Posted by xx75vulcan on 08/23/07 16:22
Hi,
Not sure if this goes to PHP or mySQL group (or both!).
I've got a home brewed blog started using PHP and mySQL to store and
display the entries/postings.
I've figured out that I could format the way the entries are displayed
from the database using nl2br2($string) to properly display paragraph
breaks.
How can I parse the output and display a hyperlink one types in the
body of the entry, into an actual link.
If the body text looks like this for example:
Today I went to the zoo. If you want to visit the zoo, look at their
homepage at www.zoo.com I think you'll like it a lot.
How can I get the output to be parsed, recogonize http:// or www. and
convet the plain text to an actual hyperlink?
Much thanks to those who can offer insight!!
Chris
Aside from the dull entry,
Navigation:
[Reply to this message]
|