Hello.
For software protection with a software generated number, and a key generated online, I would like to do the following:
A form on a web page will receive a number (which was generated by the software), pass the number to an executable on the server, (the key generator), and then display the output from the key generator to the user.
Is this possible with PHP?
(While I have a lot of experience with other languages, especially Java, I am a newbie with Drupal and PHP)
Thank you.
Shay.
Passing param to an executable from PHP script. possible?
Moderator: General Moderators
-
balaftunax
- Forum Newbie
- Posts: 3
- Joined: Mon Nov 05, 2007 11:00 am
-
balaftunax
- Forum Newbie
- Posts: 3
- Joined: Mon Nov 05, 2007 11:00 am
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
system(), shell_exec() and their siblings should be of interest.