passing values from php

Discussion in 'PHP' started by makhan, Jun 17, 2007.

  1. #1
    Hi

    I am trying to pass some values from my php script to a program running on the server. The program takes the values as the POST method. Can someone guide me how I can do this
     
    makhan, Jun 17, 2007 IP
  2. MartiCode

    MartiCode Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You might want to look into the exec() function, which does just that. However for security reasons, be very careful and very strict about user-submitted parameters.
     
    MartiCode, Jun 17, 2007 IP