06-18-2011, 07:34 AM
Such as a website like Glome.tk :o How?
What Scripting language is it to make a website?
|
06-18-2011, 07:34 AM
Such as a website like Glome.tk :o How?
06-18-2011, 08:41 AM
(This post was last modified: 06-18-2011, 08:41 AM by equalFahun.)
HTML for the webpages
CSS for styling (like coloring text and positioning stuff and backgrounds, but you can use HTML to do this too) JavaScript for interactivity PHP or ASP.NET for processing web forms and updating databases (see below) MySQL / SQL for databases Buidism uses Java for the game Oh and programs that could be written in any code control the servers sending information but you can use web hosting sites (like godaddy) to do that for you Siggy by McNoobster!
06-18-2011, 08:44 AM
I think you can use HTML or be inefficient and use PHP for everything
06-18-2011, 08:44 AM
(This post was last modified: 06-18-2011, 08:45 AM by equalFahun.)
Oh and HTML and CSS are markup languages not scripting languages, but PHP and ASP.NET are scripting languages
not sure what MySQL is (06-18-2011, 08:44 AM)Duck Wrote: I think you can use HTML or be inefficient and use PHP for everything all you could do with PHP is tell it to insert HTML so that's basically just HTML... Siggy by McNoobster!
06-18-2011, 11:53 PM
(06-18-2011, 08:44 AM)toast Wrote: Oh and HTML and CSS are markup languages not scripting languages, but PHP and ASP.NET are scripting languages You can do a lot more than just that....
06-19-2011, 12:47 AM
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. |
« Next Oldest | Next Newest »
|