I'm writing a script that processes orders sent by Verisign PayFlow Link. Their server sends me a Silent POST, and I'm supposed to send back a 200 Response.
Does anyone have any idea how I would accomplish this? Right now, I just receive values from the $_POST array. I don't know how to return anything to the server that's sending them.