When To Use Frames :Before I show you what frames are capable of, I should mention that whether you use them is very much a matter of taste. A lot of beginners use frames in their sites, particularly creating one for navigation and the other for content. But then as they learn more about HTML and XHTML they tend to move toward using tables for layout and, increasingly, CSS...
Get Started With MySQL :This is the beginning of when you will start love PHP and make MySQL as your friend when thinking about building dynamic websites :-), we will start working with data bases...
Spanning Rows Using The Rowspan Attribute :The rowpsan attribute does much the same thing as the colspan attribute, but it works in the opposite direction; it allows cells to stretch vertically across cells...
Introducing Tables :In order to work with tables, you need to start thinking in grids. Tables, just like spreadsheets, are made up of rows and columns...
Lists :There are many reasons why you might want to add a list to your pages, from putting your five favorite albums on your home page to including a numbered set of instructions for visitors to follow...
PHP Play With Strings :You will discover in this course how to manipulate strings and the list of functions...
PHP And Forms :You've already seen the declaration of a variable, manipulations and others, here you will learn how to retrieve and verify data forms...
Preformatted Text :The one exception to this rule is the preformatted text tag pre. Any white space that you put into text surrounded by the pre and /pre tags is retained in the final output. With these tags, the spacing in the text in the HTML source is preserved when it's displayed on the page...
PHP Conditions :Maybe you have already seen a script and you've noticed things like,..
Send Emails With PHP :in this lesson like the title says, you will learn how to send emails with PHP, We will use the mail() function to do it. the basic command is like the next example...
Intergrate CSS :Cascading style sheets (CSS) is a language that works with HTML documents to define the way content is presented...
Line Break :The br tag breaks a line of text at the point where it appears. When a web browser encounters a br tag, it restarts the text after the tag at the left margin...
Creating Your First HTML Page :Open your text editor and type the following code. You don't have to understand what any of it means at this point. This simple example is just to get you started...
Multiple Pages With PHP :We will take the guestbook as an example and imagine that you have over 1000 messages in your data base, how you can display them in one page (it will be a very very long page)...
The Title :Each HTML page needs a title to indicate what the page describes. It appears in the title bar of the browser when people view the web page...

