For example, what internet languages should you know to make a page like youtube? Where people can log in with their accounts and do stuff? Or where there is categorisation of stuff like how my answer gets posted into a particular category in Y!A?
What internet language do you have to learn to be able to make websites with databases of users n stuff?
For example, what internet languages should you know to make a page like youtube? Where people can log in with their accounts and do stuff? Or where there is categorisation of stuff like how my answer gets posted into a particular category in Y!A?
2 Responses
Leave a Comment


November 23rd, 2009 at 9:45 pm
You need a database to store user info. (e.g. mysql), and a server-side scripting language to connect the application to the database (php is common). You also need a good understanding of html and css for the interface.
November 25th, 2009 at 3:48 am
There are many languages from which you can websites with database. Like php, asp, RoR, Perl, Python etc.
Usually, websites are made in php as it is cheaper to make sites made on php. Php is opensource, so there is lot of support you get from the online community.