Jump to content

cURL, preg_match and skipping spaces!


daydreamer

Recommended Posts

Hi.

 

Im using cURL and php to download a page and save it in a variable.

 

Somewhere in the html code of the downloaded page will be this:

 

 

<input type="hidden" name="example" value="0bb49ad4f2276624018e2011bc6a5282">

 

I need to extract the value from the html code.

 

Would I use preg_match to find the keyword "example" (it will be unique), and then somehow skip along 9 spaces, and take the remaining 32 digits and store them in a variable?

 

How else could I do this/how would i skip along 9 spaces and get the numbers/letters

0bb49ad4f2276624018e2011bc6a5282

?

 

Link to comment
https://forums.phpfreaks.com/topic/125003-curl-preg_match-and-skipping-spaces/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.