使用explode()函数获取特定内容

时间:2018-11-20 01:35:53

标签: php

我有一个名为test.php的php文件。 执行后,输出将显示如下

<table> 
<tr> 
<td> 
<a href='user.php?id=lih_profil&kode=60gb7c8be7fbebeb57f888780878087' 
style='text-decoration:none;color:white'> 
<img src = 'profil / empty.jpg' width = '50 'height = '60' style = 'padding-right: 10px;' /> 
</a> 
</ td> 
<td> 
<a href='user.php?id=lih_profil&kode=60gb7c8be7fbebeb57f888780878087' style='text-decoration:none;color:white'> MYCONTENT </a> 
</ td > 
</ tr> 
</ table>

我想通过expode()函数获取“ MYCONTENT” 怎么做?

0 个答案:

没有答案