11-09-17, 09:17 PM
مرحبا اخى
PHP كود :
Dim wc As New Net.WebClient
Dim html As String = wc.DownloadString("http://bhfutur.usite.pro/benhh.html")
Dim source As String = System.Text.RegularExpressions.Regex.Match(html, "(?<=source: ').+?(?=')").Value
MsgBox( source )
