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
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.