Jump to content

Getting Text HTML


Go to solution Solved by mrflibblehat,

Recommended Posts

  • Solution

$chg will return an array.

I also notice that $fix does not have any such source code in. Maybe this is served up client side in the browser by javascript. not so sure how that works.

Best I can suggest is

$src = BinaryToString(InetRead("https://www.google.dz/"))
$chg = StringRegExp($src,'"srch"\:"(.*?)"', 3)

MsgBox(0,"",$chg[0])
Edited by mrflibblehat

[font="'courier new', courier, monospace;"]Pastebin UDF | Prowl UDF[/font]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...