how can i get the text value where <span>your name:<span>
with the php simple html dom parser without children command?
<div class="adds-info">
<span>price:<span>1000000000 </span></span>
<span>txt1</span>
<span>your name:<span>aaa</span></span>
<span>phone:<span>02632402210</span></span>
</div>
php simple html dom parser api
thank you defines, i try by this and works