I am in this project:
A web page that will be used by Front-End members to request and update data from an SQL database. I work with a visual studio, and the code behind (C #) is almost complete, so the interaction between SQL and C # is fine. My initial idea was to work with ASP.NET, which is familiar to me, but it will not. I need to switch to PHP. So, today I am learning PHP for the first time by checking out http://php.net/manual/en/index.php , and many things seem very similar to ASP.NET, so I guess it won't be that hard.
In any case, some questions arose rather quickly, since I wanted the script to be something else than "hello world".
Is there an easy way to get / send C # variables from my class using php page? I read all about using XML to do this, but still I'm scratching my head, is there another, easier way to do this?
Daniel Sh.
source share