PHP to C# and Vice versa
        Posted  
        
            by 
                Daniel Sh.
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Daniel Sh.
        
        
        
        Published on 2012-06-26T13:27:44Z
        Indexed on 
            2012/06/26
            15:16 UTC
        
        
        Read the original article
        Hit count: 253
        
I'm in this project:
A web page that's gonna be used by the front-end company people to query and update data from a SQL DB. I'm working with visual studio and the code behind (C#) is almost done, so the interactions between SQL and C# and ok. My original idea was to work with ASP.NET which is familiar to me, but that's not gonna be possible. I have to switch to PHP. So, today is my first day learning PHP, checking http://php.net/manual/en/index.php and a lot of things seem quite similar to ASP.NET so I guess it won't be that hard.
Anyways, some questions popped up quite fast as I wanted to script something else than a "hello world"
. Is there an easy way to get/send C# variables from my class using a php page? I've read soemthing about using XML in order to do so, but still I'm scratching my head, is there another, easier, way to do this?
© Stack Overflow or respective owner