Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 02-11-2009, 01:17 AM   #1
Warrior Member
 
lhai_14's Avatar
 
Join Date: Jan 2009
Location: Tanza Cavite
Posts: 8
Thanks: 1
Thanked 0 Times in 0 Posts
Default Which programming language is best for server scripts?

Kindly give some information about this..
Thanks!

lhai_14 is offline   Reply With Quote
Old 02-11-2009, 01:41 AM   #2
Senior Warrior Member
War Room Member
 
mywebwork's Avatar
 
Join Date: Sep 2008
Location: Honolulu, Hawaii, USA & Montreal Canada
Posts: 2,218
Blog Entries: 1
Thanks: 759
Thanked 724 Times in 505 Posts
Default Re: Which programming language is best for server scripts?

Currently the most popular (and possibly the best) server-side scripting language is PHP. PHP is included with most web hosts as part of the popular LAMP (Linux, Apache, MySQL,PHP) configuration.

PHP advantages include:
  • Very simple integration with HTML
  • Open Source Licensing
  • Simple Learning Curve
  • Extensive documentation and code samples on the Internet

Bill
mywebwork is offline   Reply With Quote
Old 02-11-2009, 02:29 AM   #3
Warrior Member
 
Join Date: Feb 2009
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Which programming language is best for server scripts?

PHP . . .
jerson is offline   Reply With Quote
Old 02-11-2009, 03:07 AM   #4
Warrior Member
 
lhai_14's Avatar
 
Join Date: Jan 2009
Location: Tanza Cavite
Posts: 8
Thanks: 1
Thanked 0 Times in 0 Posts
Default Re: Which programming language is best for server scripts?

@mywebwork
Thanks for sharing it!
Kindly ask you sample of Open Source Licensing.
Regards,
Lhai

lhai_14 is offline   Reply With Quote
Old 02-11-2009, 05:33 PM   #5
Active Warrior
War Room Member
 
kcartlidge's Avatar
 
Join Date: Feb 2009
Location: UK
Posts: 76
Thanks: 3
Thanked 11 Times in 10 Posts
Default Re: Which programming language is best for server scripts?

It depends what you want to do with it, what level of expertise you have and what server it will be hosted upon.

If it's a Linux server then PHP is the second-easiest (I prefer Python), has the largest amount of support documentation online, has (usually free) bits of code you can download for virtually any purpose, is reasonably efficient and is installed on virtually every server at no extra cost.

If it's a Windows server then PHP is still an option, but for people with anything but the most basic level of coding skill C# with asp.net can be far faster, easier to write, is also very well supported, also has masses of downloadable code, produces far easier code to maintain, and is astoundingly easier to debug. Visual Studio Express 2008 C# edition is a free download and gives all that's needed.

I know most IMers go for PHP partly because Linux web servers are virtually ubiquitous, and software like Joomla and WordPress are written in it. My opinion is based on the fact that I have done both PHP and C# web development for a full-time living and if a Windows server is available I would choose C# every time for pure speed of development and ease of maintenance. It can also use a MySQL database so there is no need for the cost of buying SQL Server, a misunderstanding which puts some people off it.

There are others who would prefer PHP. It's all a matter of preference and familiarity really; there is no correct answer.

If you know no scripting at all, go PHP.

When walking, just walk.

[not selling anything - keep moving, nothing to see here]
kcartlidge is offline   Reply With Quote
Old 02-12-2009, 05:58 AM   #6
Warrior Member
 
Join Date: Oct 2008
Location: Egypt
Posts: 22
Thanks: 0
Thanked 2 Times in 2 Posts
Social Networking View Member's FaceBook Profile 
Default Re: Which programming language is best for server scripts?

PHP or JSP are the best
Also we have coders available at $10 per hour if you are interested

Sherif
chicoo is offline   Reply With Quote
Old 02-14-2009, 01:56 AM   #7
Active Warrior
 
Join Date: Jan 2009
Posts: 31
Thanks: 0
Thanked 2 Times in 2 Posts
Default Re: Which programming language is best for server scripts?

i recommend PHP

Get Free Videos Here for Revolutionary New Niche Marketing
PettyL111 is offline   Reply With Quote
Old 02-14-2009, 09:00 AM   #8
Web Developer
 
wayfarer's Avatar
 
Join Date: Nov 2008
Location: Asheville, NC USA
Posts: 420
Thanks: 18
Thanked 57 Times in 51 Posts
Social Networking View Member's Twitter Profile 
Default Re: Which programming language is best for server scripts?

Anyone who thinks there is a right answer to this question is drinking kool-aide from somewhere...

Wayfarer | join me on StoryBlorg
wayfarer is offline   Reply With Quote
Old 02-14-2009, 10:02 AM   #9
HyperActive Warrior
War Room Member
 
Patrice Le Vexier's Avatar
 
Join Date: Jun 2008
Posts: 300
Thanks: 67
Thanked 72 Times in 27 Posts
Contact Info
Send a message via MSN to Patrice Le Vexier
Default Re: Which programming language is best for server scripts?

The best language is the one that works best for your project. If it's a simple project, go for php or asp.net, if it's a large project, go for a content management system, drupal/joomal for php or dotnetnuke for asp.net.

But first, think about functionalities, what you need, constraints etc, then you can choose the language based on those specs.

Patrice

Professional Website and Software Development - www.patricelevexier.com
"To get something you never had, you have to do something you never did"
Patrice Le Vexier is offline   Reply With Quote
Old 07-29-2009, 01:10 PM   #10
Active Warrior
 
Join Date: Jul 2009
Posts: 73
Thanks: 0
Thanked 2 Times in 2 Posts
Default Re: Which programming language is best for server scripts?

Like any software tool, it depends on the task.
Sonam22 is offline   Reply With Quote
Old 07-29-2009, 08:00 PM   #11
Warrior Member
 
Join Date: Jul 2009
Posts: 21
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: Which programming language is best for server scripts?

It always depends on application requirements. If it's huge network I'd go for python. Regular sites scripting like blogs, forums and any unique project - PHP

Code both languages with known frameworks to make your life better.

martin2 is offline   Reply With Quote
Old 07-30-2009, 09:13 AM   #12
HyperActive Warrior
War Room Member
 
locpicker's Avatar
 
Join Date: Jul 2009
Location: Nickelsville VA
Posts: 157
Thanks: 2
Thanked 12 Times in 12 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile 
Default Re: Which programming language is best for server scripts?

To test your programs without going online you can use xampp. It puts a server on your computer.
locpicker is offline   Reply With Quote
Old 07-30-2009, 09:26 AM   #13
Active Warrior
 
Join Date: Jul 2009
Posts: 34
Thanks: 0
Thanked 9 Times in 9 Posts
Default Re: Which programming language is best for server scripts?

I think I have to give you a biased answer to this, PHP! It offers several advantages compared to conventional programming language, yes it can be a bit tricky compared to others but with PHP being open source you will probably find more templates and sample scripts you can study to make your site even brighter and better!
haikuangel is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
language, programming, scripts, server

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 09:02 AM.