submit form in jsp

Hello,

in contact.jsp I have form

<form action=contact.php>

............

<form >

the files contact.jsp and contact.php are in the same folder

by submitting the form contact.php can not be executing

I becom poupup window, that ask me to download the file contact.php

what should be the problem

thanks

[376 byte] By [the_Orienta] at [2007-11-27 2:25:45]
# 1
You have to tell the webserver how to process PHP.But .. you want to run PHP in a Java webcontainer?
BalusCa at 2007-7-12 2:34:27 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
can you clarifiry your inqury
the_Orienta at 2007-7-12 2:34:27 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Your webserver don't know how to process PHP.
BalusCa at 2007-7-12 2:34:27 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4

I did this test

1.I have place contact.jsp and contact.php in

www.mydomain.com/contact.jsp

www.mydomain.com/contact.php

works fine

2.I have place contact.jsp and contact.php in

www.mydomain.com/MyProject/jspFiles/contact.jsp

www.mydomain.com/MyProject/jspFiles/contact.php

works not

what should be the problem it is the webserver or other reason

the_Orienta at 2007-7-12 2:34:27 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...