how to differentiate external and internal hyper links in php?
A:
You could use PHP to add a class to the link if the href
matches /http:\/\//
.
Delan Azabani
2010-09-18 11:31:36