http://qs321.pair.com?node_id=11127930


in reply to Re: Basic HTTP problems
in thread [SOLVED] Basic HTTP problems

I believe that's a python-y array slice pulling off the last 32 characters of the (in this case) string so OP'd need something like $sid = substr( $req->content, -32 ) to get the equivalent value (although blindly pulling out the last 32 characters rather than actually parsing the returned value may be living dangerously regardless of the implementation language . . .).

The cake is a lie.
The cake is a lie.
The cake is a lie.