Ideas!!!

Started by
1 comment, last by Antheus 16 years, 1 month ago
I am looking to create a new type of browser based game and i was wondering if anyone could suggest if c== or php would be better to use to create it. Also i was wondering if anyone has used the XAMPP program and could tell me if that is a godd program or not. I am still sort of new to the programming world but so far php and mysql have been nice to me. Just looking for help!!
Advertisement
C/C++ aren't well suited to web-development, especially if you're still sort of new to the programming world.
I'd stick with PHP if you're comfortable with it.
Quote:XAMPP program and could tell me if that is a godd program or not


That is just variation of server distribution for LAMP (Linux/Apache/MySQL/PHP) type of web applications. It's not a development environment. The "good program" here doesn't make much sense - it's a set of tools that work well together, so well in fact, that they became a job description in itself (LAMP developer).

Quote:but so far php and mysql have been nice to me


Well, that kinda answers the question, doesn't it? If you're after getting stuff done, then use what you know.

This topic is closed to new replies.

Advertisement