Connections WITHOUT curl (PHP)

Hey guys :slight_smile:

Every now and then, a PHP question comes out of me, this time it’s about sending and receiving headers over a connection in PHP. I’m trying to connect to the nexus MSN server (https://nexus.passport.com:443) for a mass project I’m working on (you probably already know now…). Thing is, I can connect no problem, but I don’t understand how to grab info without using CURL libraries! I looked for an example and it used curl for this and fwrite for everything else, so Im guessing theres a reason.

ANY INFO?