Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Easiest Web Programming Languages?
02-09-2010, 02:09 PM
Post: #1
Easiest Web Programming Languages?
Hi
My name is Steve and i would like to learn on how to code backend of sites..
was wondering whats the best way to go about it ..

r4 revolution
Find all posts by this user
Quote this message in a reply
02-09-2010, 10:30 PM
Post: #2
RE: Easiest Web Programming Languages?
Hi Steve

There are a few different ways for server side coding, like PHP and ColdFusion. I have tried a few of these coding languages at uni and i must say PHP is the best in my opinion. PHP is pretty easy to learn.

There is plenty of help on the internet and you will get plenty of help in this forum. I started with PHP and MySQL about 18 months ago and Ned storm in this forum gave me a lot of help. Not only How to fix the code but where and how to get to the correct coding.

I would say PHP is the most common coding language.

I hope this helps.

Regards

stuart

web design & hosting
myths legends & folklore
lush-lingerie
lush sexy lingerie
Find all posts by this user
Quote this message in a reply
03-09-2010, 03:52 PM
Post: #3
RE: Easiest Web Programming Languages?
C++ and java is easiest language.
Find all posts by this user
Quote this message in a reply
03-09-2010, 07:10 PM
Post: #4
RE: Easiest Web Programming Languages?
(03-09-2010 03:52 PM)zeeshan_2011 Wrote:  C++ and java is easiest language.

I don't think that C++ is used much for web programming unless it is for a corporate server.

Not many folks use Java either IMO.

I guess they might if they are coding for a financial institution?

Also, I don't agree that they are so easy to master due to the strict object-based structure which many people find confusing unless they know no other way.

PHP is the easiest by far IMO.

Here is the "hello world" code for Java:
Code:
public class HelloWorld {
   public static void main(String args[]) {
       System.out.println("Hello, world!");
   }
}

And for PHP:
PHP Code:
echo "Hello, world!\n"

Software for Internet Marketers and Webmasters
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: