Jump to content

Strings Extraction!?


d22552000

Recommended Posts

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

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.