d22552000 Posted September 8, 2007 Share Posted September 8, 2007 Ya, im using sockets and php-win.exe to make a fully functional WEB SERVER!!! "PHP SUPPORTED" I have created everything so far, and I need help with the fnctinonality. so far I can acess the main page on both the local (1924) and remote (80) ports, but I need to be able to get the request: GET / HTTP/1.1 Accept: */* Accept-Language: en-US UA-CPU: x86 Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1) Host: 127.0.0.1 Connection: Keep-Alive How would I get the first line of that and get / and everything after that (excluding spaces) ? I tried str_replace using regular expressions but that didnt work. What do I do? Link to comment https://forums.phpfreaks.com/topic/68463-strings-extraction/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.