Frågan#1
Inget script, ett enkelt tips snarare...
Bra & ha...
<?
// A simple tip from Fuelman < [email]fuel@linux.nu[/email] >
// <?=$_SERVER['SERVER_ADDR'];?> can be replaced vith YOUR.ADDRESS.COM without [url]http://[/url] and a trailing slash.
// Put the w3c images folder in you images dir
// Include this on all your pages & validate whenever you want.
?>
<p align="center">
<a href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2F<?=$_SERVER['SERVER_ADDR'];?><?=$_SERVER['PHP_SELF'];?>" target="_blank">
<img style="border:0;width:88px;height:31px" src="/images/w3c/valid-html401.png" height="31" width="88" border="0" alt="Valid HTML 4.01!">
</a>
</p>
<p align="center">
<a href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2F<?=$_SERVER['SERVER_ADDR'];?><?=$_SERVER['PHP_SELF'];?>" target="_blank">
<img style="border:0;width:88px;height:31px" src="/images/w3c/vcss.png" height="31" width="88" border="0" alt="Valid CSS!">
</a>
</p>
