how to convert this code to PHP?
ActiveDocument.Hyperlinks.Add Anchor:=Selection.Range, Address:= "http://www.yahoo.com/", SubAddress:="", ScreenTip:="", TextToDisplay:= "www"
Thanks
How about:
?> ActiveDocument.Hyperlinks.Add Anchor:=Selection.Range, Address:= "http://www.yahoo.com/", SubAddress:="", ScreenTip:="", TextToDisplay:= "www" <?php
?>