Ok, tnx I wil use the header function.
For the second problem I load the css through this link.
<link href="Site.css" rel="stylesheet" type="text/css">
When I create a hyperlink with html-language
It looks like this
<a href="Test.htm">Test</a>
In Php it looks like this:
echo "<a href=\""...