[.C#]How do i call a file

Discussion in 'Mixed Languages' started by carmz, May 15, 2014.

  1. carmz

    carmz MDL Senior Member

    Nov 29, 2011
    351
    13
    10
    #1 carmz, May 15, 2014
    Last edited: Jun 1, 2014
    How do i read a textfile in c# for example i have this "mytxt.log" ?



    Thank you in advance.
     
  2. Threat

    Threat Lord of the Files

    Feb 23, 2014
    1,063
    871
    60
    You need to be more clear in your question says [.C#] so are you writing some kind of application in C# and trying to call webserver written in PHP on some remote server?

    When you ask how to create services, what kind of service? Windows Service? Web Service? Assuming C#, or Web Service in PHP? If so what kind of data do you want to return? XML? SOAP?