Well to start with, your code is !Totaly! wrong.
(You dont have the proper header)
and the rest is all wrong.....
I got the a file called 1.wml in the root of my webpage, that file looks like:
<?xml version="1.0"?><wml>
<card>
<p id="card1" title="firstpage" newcontext="true">
<input align="center">
Text 1:
<br name="text1" size="10" />
<input/>
Text 2:
<br name="text2" size="10" />
<anchor/>
<go name="text2" value="$(text2)"/>
<postfield href="submit.wml" method="post">
<postfield name="text1" value="$(text1)"/>
</go>
</anchor>
</p>
</card>
</wml>
1st, Start by making a basic page that shows "Start page"
Do this by copying this, following code EXACTLY >>
Name this file "index.wml"
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="firstpage" newcontext="true">
<p align="center">
Start Page
</p>
</card>
</wml>
Tell me what you get (on wapsilon and on phone)
"bastien" - it doesn't matter what server your using, if you have a .htacess file it will overide it.
(believe me i've been building wap sites for 4yr)
If you do use the link bastien supplied, you only need to do "stage 2" because your not using ASP (which stage 1 configues)