View Single Post
09-07-2010, 04:05 PM
#3
Village Genius is offline Village Genius
Village Genius's Avatar
Status: Geek
Join date: Apr 2006
Location: Denver, CO
Expertise: Software
Software: Chrome, Notepad++
 
Posts: 6,894
iTrader: 18 / 100%
 

Village Genius will become famous soon enough

  Old

There are a number of programs that can emulate a web programming language in a computer application (Google is a great and easy way to find them). I however strongly recommended that you do not use them. The PHP is never actually compiled, it is either scripted at run time or runs on a virtual machine. Leave PHP for web applications, learn C++ for Windows programs. If you are only working on Windows, .NET can be used for both web and computer applications.

Reply With Quote