CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: script-vc++

  1. #1
    Join Date
    Aug 2005
    Posts
    97

    script-vc++

    Is it possible to use php script in vc++,if so can i have some ex to start process...


    Actually my prob is i have to extract some data from a web page which is using php script.that data is displayed only after filling the user name and password(these parameters i will send through my program).and then i have to write that data in a text file.

    pls help me in starting the process...

  2. #2
    Join Date
    Oct 2004
    Location
    Canada
    Posts
    628

    Re: script-vc++

    php scripts are run on the server... after they are run, the server generates html and sends it to the client.. so unless your program is running on the server, i'm going to have to say no.. it doesn't seem like it from your post..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured