Okey i were looking in this thread
http://forum.ragezone.com/showthread.php?t=398749
And i saw that ppls said "start with php" as i know php isnt that just for websites or am i totaly wrong?
Printable View
Okey i were looking in this thread
http://forum.ragezone.com/showthread.php?t=398749
And i saw that ppls said "start with php" as i know php isnt that just for websites or am i totaly wrong?
Php is web based, therefor it's only usable for web pages.
Indeed, but it can i.e also connect to a MySQL(website) or MSSQL(ususally game) database.
No, PHP is implemented for web applications a lot, but it's a general scripting language which can be used stand-alone.
But easiest to setup is a server and start making HTML output with it. You get a basic knowledge about programming, which is what you want. Then you can easily move onto a native language.
EDIT: use a better title next time! Editted.
PHP and C++ = Multi-platform, both works with GTK which means that you can also compile them to run as a stand-alone application.
So either of them, I recommend PHP as it runs in a browser, unless you intend to so actual game development.