Jump to content

Extract string from webpage


ntesla123

Recommended Posts

I just managed to login to a forum using curl, but then I found out I had to extract the session id before I could start posting. The session id is in a string like this:

 

sesc=b97b74351fde8dfbac7391af1f054de9

 

How do I extract the value b97b74351fde8dfbac7391af1f054de9 if I know that it comes righ behind "sesc=".

 

I think I am supposed to use strpos, but I don't know.

Link to comment
https://forums.phpfreaks.com/topic/229230-extract-string-from-webpage/
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.