Interactive Programming Forums
Login
Register
Home
Questions/Snippets/Exercises
Unanswered
Tags
Ask a Question
Post a Code Snippet
Post an Exercise
Welcome to Interactive Programming Forums, where you can ask questions, receive answers from other members of the community, post code snippets and post exercies.
All categories
Ruby
(3)
Python
(10)
PHP
(7)
Perl
(2)
SQL
(8)
Javascript
(6)
HTML
(20)
CSS
(4)
jQuery
(0)
XML
(3)
Code Snippets
(1)
Exercises
(4)
Other
(9)
when your done with the course how do you create a website
+18
votes
i really want to find out how
posted
12 years
ago
in
PHP
by
Matthew Tembo
(
6,610
points)
1 Answer
+7
votes
To create a Website, you have to learn
> HTML
> CSS
> (JavaScript)
With that two languages you can create à static web pages.
Now to create a dynamics website such as Facebook or Yahoo you have to learn these languages:
> PHP
> MySQL (SQL)
> JavaScrip
Now you can learn more languages to create too a website such as
> Perl
> Pithon
and more.....
Good luck
answered
12 years
ago
by
docteurgueu19
(
1,690
points)
Related questions
+8
votes
1
answer
how do you change colors of a text or backround
posted
12 years
ago
in
Perl
by
aronkaufman12
(
1,220
points)
programming
+11
votes
1
answer
How to understand easily the terms of your exercises as a new student who had not such kind of knowledge before?
posted
12 years
ago
in
Exercises
by
chanmg84
(
1,860
points)
programming-code
programming
html
php
+3
votes
1
answer
How to create a 5x4 (5 rows, 4 columns) table with one of rows having a column span set to 4 (colspan="4")?
posted
12 years
ago
in
HTML
by
yende
(
9,130
points)
+4
votes
1
answer
How to create an XML using your own root element.
posted
12 years
ago
in
XML
by
yende
(
9,130
points)
+5
votes
1
answer
please help me with v exercise. what do i do after creating the database employee?
posted
12 years
ago
in
SQL
by
lumisinoh
(
1,640
points)