c sharp script inside php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deegeorge
    New Member
    • Nov 2008
    • 58

    c sharp script inside php

    Hi,

    Is it possible to use c sharp script inside php?
    How to use it?

    Regards,
    Deepa
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    if you can execute C# from the command line, it should be possible.

    Comment

    • deegeorge
      New Member
      • Nov 2008
      • 58

      #3
      thanks for the reply.
      can u please explain little more and how i need to do it

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        I have never used .NET and I doubt I ever will.

        Comment

        • Atli
          Recognized Expert Expert
          • Nov 2006
          • 5062

          #5
          Hey.

          You should start by checking out Program execution in the manual. Specifically the exec function. You can use that to execute a command, like you would do in the command prompt.

          Comment

          Working...