fsockopen("www.example.com/BLAH")

nonsensep

New Member
Messages
39
Reaction score
0
Points
0
Is there any way to open a different directory using fsockopen? Opening "www.example.com" works fine, but I want a different directory. Is there any way to do this? I know that opening "www.example.com/blah" doesn't work.
Edit:
I figured it out. I went to w3.org and read almost the entire specification for HTTP 1.0 and learned about using GET
 
Last edited:
Top