icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.

» Surpass Web Hosting Forums » Discussions » PHP, MySQL » script not working

PHP, MySQL General PHP questions. Or go to our PHPsuexec Forum >>

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread
Old November 28th, 2005, 5:55 AM   #1 (permalink)
Registered User
Fresh Surpasser
 
Joined in Nov 2005
1 posts
Gave thanks: 0
Thanked 0 times
script not working

hello,

Im trying to use this script:

<form action="" method="post" onSubmit="if(akstur.value == '') { alert( 'Þú verður að slá inn aksturslengd!' ); return false; } if(litrar.value == '') { alert( 'Þú verður að slá inn lítrafjölda!' ); return false; }">
Akstur:<br />
<input type="text" name="akstur" size="5" /> Km<br />
Lítrar:<br /><input type="text" name="litrar" size="5" /> L<br /><br />
<input type="submit" name="x" value="Reikna" /><input type="hidden" name="submit" value="1" />
</form>
<?php
if( isset( $_POST['submit'] ) )
{
echo '<b>Eyðsla:</b> ' . number_format( $_POST['litrar'] / ( $_POST['akstur'] / 100 ), 2, ',', '.' ) . ' L / 100 Km';
}
?>


But it gives me this error:

Method Not Allowed
The requested method POST is not allowed for the URL /filename.htm


What do I have to do?

Thanks in advance,
RB
Driver is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old November 28th, 2005, 2:00 PM   #2 (permalink)
Registered User
Fresh Surpasser
 
Joined in Apr 2004
18 posts
Gave thanks: 0
Thanked 0 times
is the file extention .php?
__________________
Server: Sonet
po00oq is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On