Jump to content

Help trying to make inputs?


Rifts

Recommended Posts

Hey guys,

 

I'm trying to extract some returned data. In the data there is a form with this input:

 

<input type="hidden" name="session" value="191">

 

I need to only get the value of this form; "191" in this case.

 

What would be the preg_match pattern for this?

 

thanks!

Link to comment
https://forums.phpfreaks.com/topic/274469-help-trying-to-make-inputs/
Share on other sites

I would probably use the DOMdocument class for this, as Regular Expressions aren't really meant for markup langauges. I also suspect that you're not trying to fetch the value from this line alone, are you..?

In any case, have a proper look at DOMdocument and try to implement it. If it's not what you're looking for, come back and we'll help.

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.