السلام عليكم ورحمة الله وبركاته
الاخوة الكرام وفقكم الله
استخدم
windows 2000
PHP Version 5.2.3
ومشكلتي في عملية ارسال المعلومات من النماذج
مثال
كود:
<from action="./" method="post">
<input name="test" value=""><br>
<input type="Submit" name="Send" value="إرسال">
</form>
كود PHP:
if(isset($_POST['Send'])){
echo $_POST['test'];
}
والنتيجة للاسف 
كود:
The page cannot be displayed
The page you are looking for cannot be displayed because the page address is incorrect.
--------------------------------------------------------------------------------
Please try the following:
If you typed the page address in the Address bar, check that it is entered correctly.
Open the 127.0.0.1 home page and then look for links to the information you want.
HTTP 405 - Resource not allowed
Internet Information Services
--------------------------------------------------------------------------------
Technical Information (for support personnel)
More information:
Microsoft Support
ولكن لو حددت الصفحة
مثال
كود:
<from action="index.php" method="post">
<input name="test" value=""><br>
<input type="Submit" name="Send" value="إرسال">
</form>
يكون تنفيذ العملية صحيح وتتم العملية 
مع العلم انني كنت استخدم
windows 2003
وكان يعمل بشكل صحيح
اتمنى ان اجد لها حلاً
شاكراً لكم اخواني