Quote:
Originally Posted by tigress
Did I get it right that you need more than one language to create a website? Its a combination of many languages, but HTML and PHP is always there as the basic language?
|
You can create a website that a user could view with
only HTML, but not
only with PHP. Basically, the HTML tags describe what the user will see, and all the PHP does is communicate behind the scenes (usually with a database).