Sending data from a PHP script to a C# applicaiton.
        Posted  
        
            by MiffTheFox
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by MiffTheFox
        
        
        
        Published on 2010-04-25T18:22:00Z
        Indexed on 
            2010/04/25
            18:23 UTC
        
        
        Read the original article
        Hit count: 268
        
When C# app is ran, it POSTS a request to the PHP server, which wants to return an array. What's an easy way to load this array's contents into C# for using with there.
© Stack Overflow or respective owner