hvad pokker har den gang i
jeg for en fejl meddelse til min scriptMethod Not Allowed
The requested method POST is not allowed for the URL /my_home/redirect.html.
min script ser sådan her ud
<html>
<!--redirect.html-->
<body>
<form method= post action=""redirect.php>
where else do you want to go ???<br>
<select name="url" size="3">
<option selected value="http://yahoo.com">yahoo
<option value = "http://sky.co.uk">SKY NEWS
<option value = "http://cnn.com"> CNN news
<option value = "http://php.net"> php site
</select>
<input type="submit" value="take me thre now">
</form>
</body>
</html>
<?php
header ("location: $url");
?>
og mit modtager script ser sådan her ud