![]() |
What programming language would you recommend...
to a complete noob that hasn't done any programming since making BASIC text adventures on the C64 when I was like 7 years old... I'm interested in making web applications (simple utils, admin, frontend, cms) capable of communicating with MySQL. I've taken a look at PHP and JAVA which are greek to me... VisualBASIC and C++ seem to be a lot easier to understand but I'm not sure of the capabilities and limitations of each.
Thanks. |
php is exactly what you want to learn
it's not very difficult to begin using. buy / locate a book on php programming, actually READ through the first 4 or 5 chapters and DO the example / test projects and you'll likely learn enough to start fiddling around with some direction (and referencing the php book or the web for more specific issues) |
PHP :pimp
|
I would say stick with PHP as well.
Lots of resources available on the net - One tip, when you 'borrow' snippets of code you find on the net take the time to work out how they work. Don't just cut and paste them. |
php. Super easy.
|
I'd recommend php as well
|
Your options are php and asp/asp.net. Php is mostly used on *nix operating systems, asp/asp.net is windows based. Asp pages are written in vbsript, asp.net pages are written in visual basic.net or c#.
jargon aside, php, vbsript, and visual basic are are all very powerful and easy to learn . I've made a good portion of my living doing windows-based coding for 15 years, but I'm not religious about this stuff. PHP is great too. So for your needs, I think it comes down to which platform you feel most comfortable with. Either way, you'll be able to put together basic Web apps in no time. |
php only
|
Thank you all for the fast replies... it looks like PHP wins the vote.
|
|
Quote:
|
PHP plus linux bash and c.Bash and c are needed in cases when PHP something cant do.Using linux bash will limit your script to linux/unix enviroment only but almost nobody uses windows servers these days anyway.
|
all the cool kids use ASM :2 cents:
|
|
Quote:
|
Quote:
|
php and mysql is all you need. if you cant learn this then programing is not for you..
|
People say PHP because it's all they know. It's popular because it's 'easy', not necessarily because it's the best or most appropriate.
If you want to make web applications, you should use a framework. Popular ones for PHP are CakePHP and Codeigniter, but people seem to be going for Laravel now. Django and Rails are the most popular Python and Ruby frameworks, respectively. I'd recommend you check out Django, Rails and Laravel and see which one you're most comfortable with. |
If you understand and have a working knowledge of C++ and you will be doing you own code maintenance -- use C++ its the fastest language around today. |
Python might be a good second choice as well, a little bit more complicated but more powerful as well.
|
Quote:
|
All times are GMT -7. The time now is 11:00 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123