I wondered if anyone could help shed some light on something I am trying to achieve,
I will try and explain as clearly as I can.
Basically using PHP I would like to be able to compile an exe (windows executable)
programmatically on the server in real-time, I know this is possible, but at the moment
am not quite sure how. To explain; basically we will have a file on our server,
and when the customer has made a successful payment online, using PHP we would
programmatically add a unique code to this file and then compile it to produce a
unique executable (something.exe) in realtime for them to download and install on a Windows PC.
I hope this makes sense, can anyone help?