Go Back   CodingForums.com > :: Server side development > Other server side languages/ issues

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-28-2003, 07:27 PM   PM User | #1
lmarshall
New Coder

 
Join Date: Apr 2003
Location: Nebraska
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
lmarshall is an unknown quantity at this point
Request for PHP and ASP Info

I see that a lot of employers ask for PHP experience. My colloege teaches ASP but not PHP. I know that these two coding languages are server side. Can anyone please give me information on the differences of these two scripts?
lmarshall is offline   Reply With Quote
Old 04-29-2003, 09:48 AM   PM User | #2
raf
Master Coder


 
Join Date: Jul 2002
Posts: 6,589
Thanks: 0
Thanked 0 Times in 0 Posts
raf will become famous soon enoughraf will become famous soon enough
The difference?
We'll, i coded for about 9 months in ASP, but i've switched to PHP for new projects. Main reason:
- ASP only runs on IIS (unless you have the chillisoft component or use Perl as a scripting language) and is generally more expensive to host.
- ASP also requires the use of some (third party) components (not always free ones ...) for things like uploading files, sending mail, create images on the fly, creating PDF's, ... PHP has loads of build in functions that make all these things real easy without the use of compents.
- Also, if you're going to build db-driven webapp's, PHP is probably the better choice. It has some nice db-functions for almost all common db-formats. Using PHP with MySQL. And for me, for my personal stuff, MySQL is the best db-option. I think that if you use MySQL, PHP is probably the privilidged scripting language
- In think, don't know this, just my impression, that there are a lott more PHP functions, then VBscript or JScript (main scriptinglanguages for ASP) and that this 'advantage' for PHP will get bigger --> more people writing new PHP-functions and making them puplic (or getting included in new releases) then there are people doing the same for ASP-scriptinglanguages.

Dont know about asp.net. (haven't seriously looked into that.) Maybe that is another option.
If you're a proffessional coder you might need to concider other criteria. I think there are more paid jobs for ASP or ASP.NET or JSP - coders then for PHP coders. I also almost never saw it in a joboffer (sometimes as one from a depressing long list of required languages). But your post might suggests the contrary.
Where i currently work, PHP is not one of the 45 (!) supported languages, and i never saw it in one of the jobprofiles.
Maybe it's different where you live or in the firms you're looking at ...

Personally, i think you should learn them both. At least get the basic knowledge and syntax + control of flow structures. It doesn't take you more then a few days to get the basics and to be able to make some smaller app's with it.
raf is offline   Reply With Quote
Old 05-22-2003, 07:27 PM   PM User | #3
STDestiny
Regular Coder

 
Join Date: May 2003
Location: Manassas, VA, USA
Posts: 220
Thanks: 0
Thanked 0 Times in 0 Posts
STDestiny is an unknown quantity at this point
PHP was also specifically designed with the web in mind. It includes features that let you do things more easily than languages such as ASP and Perl. For instance, it has a mail() function, whereas in other languages, you have to manually create email headers and do alot of other junk.
STDestiny is offline   Reply With Quote
Old 06-03-2003, 01:47 PM   PM User | #4
Bullschmidt
Regular Coder

 
Join Date: Aug 2002
Location: USA
Posts: 478
Thanks: 0
Thanked 2 Times in 2 Posts
Bullschmidt is an unknown quantity at this point
PHP is more like C and ASP is more like BASIC.
__________________
J. Paul Schmidt
www.Bullschmidt.com - Freelance Web and Database Developer
www.Bullschmidt.com/DevTip.asp - Classic ASP Design Tips
Bullschmidt is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 04:31 PM.


Advertisement
Log in to turn off these ads.