What's the most commonly used scripting language today?

hi, recently i’m thinking of learning a new language (may be several of them) to interact with flash or other designs, mainly for driving the database, forum, guestbok, etc. Any commonly used scripting language out there? That’s easy to pick up and be a good asset to apply for a developer job? =)

PHP

I still have no idea what the hell PHP is. All I know is HTML.

*Originally posted by ahmed *
**PHP **

PHP is a server-side scripting language, check their website which includes a brief about it and a manual. [link]

You might also want to try either Java, ASP.net, or Cold Fusion, for macromedia had released a tool called ‘Flash Remoting’ which helps build applications in flash using these languages.

But, IMO, PHP is the best among all.

^Thanks man.

thanks to all!! Now i have a general idea of what to start learning. :slight_smile:

*Originally posted by Voetsjoeba *


what’s IMO?

by the way, how to setup the PHP server at home? and what’s the name of the compiler to d/l?

Any good PHP book to recommend? from beginner-to-expert all in one book? Don’t want to spend much on them…

Here is a long list of server installation kits.

I use this package.

I don’t know about books, but Jubba seems to like one called PHP: Your Visual Blueprint or something.

*Originally posted by mirinl *
**what’s IMO? **
IMO = In my opinion :stuck_out_tongue: :trout:

*Originally posted by mirinl *
**
by the way, how to setup the PHP server at home? and what’s the name of the compiler to d/l?

Any good PHP book to recommend? from beginner-to-expert all in one book? Don’t want to spend much on them… **

Whats the deal with PHP? You have to have a PHP server? And whats a compiler?

you need php installed on your server

http://www.php.net/downloads.php

you can download it from there and install in your pc.

I suggest to any one who is planning to learn PHP to use a precompiled one. Meaning you only have to download an installer that has everything on them: PHP, MySQL and Apache. Why would you want this? It’s because PHP is difficult to configure, unless you are a system administrator or have a previous knowledge of the software. I suggest you use PHPTraid or PHPDev. I assume that you want to learn PHP with Flash.

Oh, and for a bok I suggest Foundation PHP for Flash and Advanced PHP for FLash. Alot of great things are found there.

Cheers!