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?
Public Comments
- 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.
- 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.
Powered by Yahoo! Answers