ntesla123 Posted March 1, 2011 Share Posted March 1, 2011 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 More sharing options...
lastkarrde Posted March 1, 2011 Share Posted March 1, 2011 Use substr Link to comment https://forums.phpfreaks.com/topic/229230-extract-string-from-webpage/#findComment-1181141 Share on other sites More sharing options...
ntesla123 Posted March 1, 2011 Author Share Posted March 1, 2011 OK thanks, I have done it Link to comment https://forums.phpfreaks.com/topic/229230-extract-string-from-webpage/#findComment-1181160 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.