Re: What programming language should I learn first?

Not a lot of people mention it, but learning SQL data storage is actually a really good starting place. It has nearly universal application later, and it also teaches you about data types. You can parlay the knowledge right into making PHP scripts to read the data and print it on screen, and then HTML ...