|
Posted by Ahmer on 10/12/06 23:43
Why send it to a .exe?
If you can send the program info via command-line and it has code
built-in to output a file then a sufficient php programmer should be
able to do it. However, it may be harder if the .exe is a GUI based
app.
If you wrote the .exe then you would probably be better off just
porting it to php and calling it from within the other php file.
And if this is a commercial thing then I don't think that this is the
right way to go. Also the .exe depends upon the server running Windows
which it will probably not.
On Oct 12, 4:52 pm, "fAnSKyer" <fansk...@gmail.com> wrote:
> I wanna use a textarea and a submit to transfer the text area into a
> file.
>
> and then the PHP program using a .exe program open this file,
> processing the file, and save the output in another file
>
> then PHP will open this file and update the html within the text file
> and send to the customer
>
> My question is:
>
> if this possible?
> what if the users input is not valid for the .exe file? how to analyze
> this in php?
> what if multiple users click this php file?
>
> Thanks a lot, or would you please give me some examples on this.
>
> Cheers
> fAnS.
Navigation:
[Reply to this message]
|