include("http://".$_SERVER["SERVER_NAME"]." Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/jsmcm/public_html/webtutor/lesson07.php:1) in http://www.softsmart.co.za/includes/PageTop.inc on line 2
I think we'll continue by learning something about the way a browser works.
First an example...
<body>
Something really cool
like an icecube!
</body>
Something really cool
like an icecube!
<body>
Hey!
What's
going
on
here??
</body>
Hey!
What's
going
on
here??
The browser doesn't recognize formatting. Unless you tell it otherwise, it just displays the characters in a steady stream. If you want to start a new line you have to use a line break...