POST and GET troubles...

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
mikalasa
-


Joined: 11 May 2002
Posts: 2

PostPosted: Sat May 11, 2002 3:04 pm    Post subject: POST and GET troubles... Reply with quote

I've just installed the webserver on a WinXP machine. I'm using PHP, and everything runs smoothly except for a problem when submiting POST and GET forms: they just don't work. When a form is submited, nothing happens. And code is so simple! :

<html><body>
<?php
if (!isset($username)) {
echo('<form action="formget.php" method="GET">');
echo(' Your name: <input type="text" name="username">');
echo(' <input type="submit" value="Send">');
echo('</form>');
} else {
$aVar = "<b>Hello ".$username."</b>...<br>";
echo($aVar);
echo(" yor IP adress is: ".$REMOTE_ADDR."<br>");
}
?>
</body></html>

Is there something special with php - configuration ?
Back to top View user's profile Send private message ICQ Number
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Mon May 13, 2002 1:32 pm    Post subject: Re: POST and GET troubles... Reply with quote

Have you checked the posts in http://www.aprelium.com/forum/viewtopic.php?t=85 ?
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
mikalasa
-


Joined: 11 May 2002
Posts: 2

PostPosted: Mon May 13, 2002 3:27 pm    Post subject: Reply with quote

aprelium.... thanks a lot :D
thank You ! :D
it's working now !
Back to top View user's profile Send private message ICQ Number
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group