[PHP] The page cannot be displayed error

2003-10-21 Thread Sudheer Palaparambil
Hi,

 I am calling insert_user.php like this

form method=post name=form action=insert_user.php onsubmit=return 
verifyIt(this);

 This file and the index.php are kept in the same directory. But the 
browser returns

 The page cannot be displayed error

 Where should I keep the insert_user.php

 Please help

Thank you.

_
Get Married!  http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?74 Search 
from 7 lakh Brides  Grooms.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] The page cannot be displayed error

2003-10-21 Thread Marek Kilimajer
Try it with another browser and not IE to get a more meaningfull error 
message.

Sudheer Palaparambil wrote:
Hi,

 I am calling insert_user.php like this

form method=post name=form action=insert_user.php 
onsubmit=return verifyIt(this);

 This file and the index.php are kept in the same directory. But the 
browser returns

 The page cannot be displayed error

 Where should I keep the insert_user.php

 Please help

Thank you.

_
Get Married!  http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?74 
Search from 7 lakh Brides  Grooms.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] The page cannot be displayed error

2003-10-21 Thread Sudheer Palaparambil
Hi,

 I tried Opera, it showed the following error.

 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 www.etooss.com 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
Sudheer

From: Marek Kilimajer [EMAIL PROTECTED]
To: Sudheer Palaparambil [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: [PHP] The page cannot be displayed error
Date: Tue, 21 Oct 2003 11:53:59 +0200
Try it with another browser and not IE to get a more meaningfull error 
message.

Sudheer Palaparambil wrote:
Hi,

 I am calling insert_user.php like this

form method=post name=form action=insert_user.php onsubmit=return 
verifyIt(this);

 This file and the index.php are kept in the same directory. But the 
browser returns

 The page cannot be displayed error

 Where should I keep the insert_user.php

 Please help

Thank you.

_
Get Married!  http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?74 
Search from 7 lakh Brides  Grooms.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
_
Contact brides  grooms FREE! http://www.shaadi.com/ptnr.php?ptnr=hmltag 
Only on www.shaadi.com. Register now!

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] The page cannot be displayed error

2003-10-21 Thread Marek Kilimajer
Hi,

Please post your replies to the list. You will have a much higher chance 
to get help. For example I can't help you now because this seems to be 
configuration error with IIS server and I don't know nothing about IIS. 
Search the web for HTTP 405 - Resource not allowed, this page seems to 
have one possible answer: http://forums.devshed.com/archive/5/2002/4/4/34093

Sudheer Palaparambil wrote:
Hello

  I tried Opera, it showed

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 www.etooss.com 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
Please help

Thank you.

Sudheer




From: Marek Kilimajer [EMAIL PROTECTED]
To: Sudheer Palaparambil [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: [PHP] The page cannot be displayed error
Date: Tue, 21 Oct 2003 11:53:59 +0200
Try it with another browser and not IE to get a more meaningfull error 
message.

Sudheer Palaparambil wrote:

Hi,

 I am calling insert_user.php like this

form method=post name=form action=insert_user.php 
onsubmit=return verifyIt(this);

 This file and the index.php are kept in the same directory. But the 
browser returns

 The page cannot be displayed error

 Where should I keep the insert_user.php

 Please help

Thank you.

_
Get Married!  http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?74 
Search from 7 lakh Brides  Grooms.


_
Get Married!  http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?74 
Search from 7 lakh Brides  Grooms.



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] The page cannot be displayed error

2003-10-21 Thread Marek Kilimajer
I am sorry, I did not mean to offend you. Your reply from the list was late.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] The page cannot be displayed error

2003-10-21 Thread CPT John W. Holmes
From: Sudheer Palaparambil [EMAIL PROTECTED]
   I am calling insert_user.php like this

 form method=post name=form action=insert_user.php onsubmit=return
 verifyIt(this);

   This file and the index.php are kept in the same directory. But the
 browser returns

   The page cannot be displayed error

   Where should I keep the insert_user.php

The files are in the right place. You may not be able to use POST, try GET
for your form method and see if that works.

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] The page cannot be displayed error

2003-10-21 Thread Fernando Melo


Is there perhaps a redirect in the insert_user.php? If so, that could be the
problem.

-Original Message-
From: CPT John W. Holmes [mailto:[EMAIL PROTECTED] 
Sent: 21 October 2003 13:31
To: Sudheer Palaparambil; [EMAIL PROTECTED]
Subject: Re: [PHP] The page cannot be displayed error

From: Sudheer Palaparambil [EMAIL PROTECTED]
   I am calling insert_user.php like this

 form method=post name=form action=insert_user.php onsubmit=return
 verifyIt(this);

   This file and the index.php are kept in the same directory. But the
 browser returns

   The page cannot be displayed error

   Where should I keep the insert_user.php

The files are in the right place. You may not be able to use POST, try GET
for your form method and see if that works.

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php