i want to get the word Asarum in the below line:
<A HREF="http://www.getty.edu/vow/TGNFullDisplay?find=&place=&nation=&english=Y&subjectid=1062783">Asarum</A>
i tried with:
preg_replace('/<a.*?>/i', '', $link);
preg_replace('/</a>/i', '', $link);
echo $link;
but it doesn't work. nothing was cut out.
could someone help me?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…