I am not sure how to extract a header variable with ICS HttpCli together with php
Below is what I have tried: *DELPHI* Memo2.Lines.Add('MyVar =' + HttpCli1.RcvdHeader.Values['MY_VAR']); * PHP* header("MY_VAR=$alist"); I also tried this line below header("MY_VAR: MY_VAR=$alist"); -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be