War Room

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

Featured Warrior Special Offer...
"Members Of The *War Room* Discover Secrets To Immediate Success!"
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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-11-2009, 01:41 AM   #2
Advanced Warrior
War Room Member
 
mywebwork's Avatar
 
Join Date: Sep 2008
Location: Honolulu, Hawaii, USA (Currently in Montreal Canada)
Posts: 818
Blog Entries: 1
Thanks: 138
Thanked 218 Times in 147 Posts
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via Skype™ to mywebwork
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 online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-11-2009, 05:33 PM   #5
Active Warrior
 
kcartlidge's Avatar
 
Join Date: Feb 2009
Location: UK
Posts: 66
Thanks: 0
Thanked 9 Times in 9 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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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: 154
Thanks: 1
Thanked 23 Times in 21 Posts
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 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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: 282
Thanks: 62
Thanked 59 Times in 21 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
Patrice Le Vexier is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-29-2009, 01:10 PM   #10
Active Warrior
 
Join Date: Jul 2009
Posts: 75
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: Which programming language is best for server scripts?

Like any software tool, it depends on the task.
Sonam22 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-30-2009, 09:13 AM   #12
Active Warrior
War Room Member
 
locpicker's Avatar
 
Join Date: Jul 2009
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-30-2009, 09:26 AM   #13
Active Warrior
 
Join Date: Jul 2009
Posts: 35
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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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 08:36 PM.