Purchase Solution

PHP and HTML

Not what you're looking for?

Ask Custom Question

Please explain/define php.

Purchase this Solution

Solution Summary

This solution provides an in-depth explanation of PHP and includes a list of references for further investigation of the topic.

Solution Preview

Before you can understand PHP, one must know what HTML is. Basically, HTML stands for HyperText Markup Language, the language used to create web pages. The HTML files are stored on a web server, and a web browser can access the files to display the web page for viewers. An example of some HTML is as follows:

<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>

(found at http://www.w3schools.com/html/tryit.asp?filename=tryhtml_intro)

HTML is "static" meaning that it does not change on the fly. Thus, when a web browser ...

Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Basic Networking Questions

This quiz consists of some basic networking questions.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

C# variables and classes

This quiz contains questions about C# classes and variables.