Executing php file

Discussion in 'PHP' started by wizzard, Aug 23, 2006.

  1. #1
    Hello,

    I'm making a php script that needs to execute some php files on an external server.

    Can someone tells me if this is possible via a php script and if yes how?
     
    wizzard, Aug 23, 2006 IP
  2. chachi

    chachi The other Jason

    Messages:
    1,600
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #2
    include the remote file(s) in your script
     
    chachi, Aug 23, 2006 IP
  3. Gordaen

    Gordaen Peon

    Messages:
    277
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you want to manipulate the results of a remote php file, you should check out cURL.
     
    Gordaen, Aug 23, 2006 IP