Jump to content

Need help with VERY simple RegEx


scheda

Recommended Posts

First of all, here's the code I'm having trouble with.

 

$vals[1][1] = preg_match("input name=\"authenticity_token\" type=\"hidden\" value=\"(*)\"", $twit_source);

 

What I'm trying to do is extract a token from the value of the input field.

 

It's on the page three times, but I only need it once.

 

I want to store it in $vals[1][1].

 

I'm getting this error.

 

Warning: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash in C:\wamp\www\twitter-poster\index.php on line 11

 

Thanks for any help you can lend.

Link to comment
https://forums.phpfreaks.com/topic/203669-need-help-with-very-simple-regex/
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.