What Scripting language is it to make a website?
#6
HTML is the format of the actual webpage.
CSS is the styling of the webpage.
Javascript is for client-side processing.
PHP (or ASP.NET, although PHP is way better) is used for server-side processing.
MySQL is a database system.

HTML and CSS and Javascript are all client-side, while PHP and MySQL are server-side.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)