what will help me get a job better?

vital

Platinum Member
Sep 28, 2000
2,534
1
81
Is PHP or ASP more demanding in the real business world today? I took a class in Oracle and learned MYSQL and PHP on my own but I was wondering if it's worth learning ASP?
 

DeviousTrap

Diamond Member
Jul 19, 2002
4,841
0
71
Both. PHP and MySQL are significantly more common, but ASP.NET is gaining a lot of popularity in the corporate world.
 

SilentZero

Diamond Member
Apr 8, 2003
5,158
0
76
If I were you I would focus on either one or the other. Knowing one extensively and being extremely proficient with it is better than knowing both but to a average extent. Just my opinion.
 

vital

Platinum Member
Sep 28, 2000
2,534
1
81
Originally posted by: SilentZero
If I were you I would focus on either one or the other. Knowing one extensively and being extremely proficient with it is better than knowing both but to a average extent. Just my opinion.

Originally posted by: Nocturnal
How about being versatile and learning both languages?


great...
 

hx009

Senior member
Nov 26, 1999
989
0
0
Originally posted by: vital
Is PHP or ASP more demanding in the real business world today? I took a class in Oracle and learned MYSQL and PHP on my own but I was wondering if it's worth learning ASP?

Just hit a couple of job and local newspaper websites and do searches for PHP and then ASP. Whichever returns more hits is more marketable in your area. Asking on here is pointless and will only bring personal opinions and linux/windows zealots saying "mine is better!"

p.s. If you are at all proficient at programming, ASP is a snooze to learn. However, I assume you mean ASP.Net, which is also not too terribly hard to pick up.
 

thirdlegstump

Banned
Feb 12, 2001
8,713
0
0
ASP if you want to make money by targeting bigger clients. PHP if you want to deal with the open source community and smaller clients. Lots of reasons behind it. I just won't list them.
 

fs5

Lifer
Jun 10, 2000
11,774
1
0
Originally posted by: mugs
I don't think PHP is as popular with bigger companies.
correct. However, do you want to work for a big company? Smaller companies, especially owned by tech savvy people love open source (aka php/mysql versus asp.net/sql server).
 
Aug 25, 2004
11,151
1
81
depends on what kind of company you wanna work with... big corporations usually stick to microsoft solutions, whereas smaller companies will go the LAMP (Linux Apache MySQL PHP) way. i suggest you get to know both (ASP and PHP), neither is hard to pick up.
 

mugs

Lifer
Apr 29, 2003
48,920
46
91
Originally posted by: ArmchairAthlete
I think big corps are slowly picking up MySQL... can save a lot of money like that.

I think if big companies were going to move to an open-source database, they'd use PostgreSQL. It has some of the features that MySQL lacks that you would find in a more "industrial strength" DB like Oracle and SQL Server (i.e. stored procedures, transactions, constraints, views).