Advertisement

06.25.2008 at 04:12PM PDT, ID: 23516553 | Points: 500
[x]
Attachment Details

POST form not working but GET works.  Setup IIS

Asked by jallenmorris in PHP Scripting Language, PHP Installation

Tags: ,

I am 99% sure that the problem is with my server.  As you can see, there is nothing wrong with the code in the snippet below.  It's a simple form that passes information via the form input "user" to the page process.php.

I had the same problem before and somehow it started working again.  I tried to repeat some changes I made to my server that I thought correct the problem last time but those changes didn't work.

I need someone that knows how to confirgure IIS on a Windows XP machine to help me out.

I looked in php.ini and register_globals = Off.  I don't believe this needs to be on.  I just tried turning it on and it didn't do anything for my problem anyway.

ANY SERVER GURU OUT THERE WILLING TO HELP?Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
<form name="login" method="post" action="process.php">
<input type="text" name="user">
<input type="submit" name="submit" value="Submit">
 
//Here is the code from process.php
<?php
   print $_POST['user'];
?>
 
Loading Advertisement...
 
[+][-]06.25.2008 at 07:17PM PDT, ID: 21871335

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.27.2008 at 05:48AM PDT, ID: 21883051

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.29.2008 at 12:18AM PDT, ID: 21893228

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11.14.2008 at 05:48AM PST, ID: 22959365

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628