can I convert my php file to executable file for MS Windows ?
I found some convector but these programs run my program in dos mode but I need run in a window in Windows.
Regards, Majid
JAB Creations
4:04 pm on May 24, 2008 (gmt 0)
PHP is designed to be a web programming language, not an GUI based programming language. There is something out there that takes PHP and attempts to do this though I can't remember the name offhand, maybe someone else can mention it for you?
Any way different languages have different intended purposes.