Re: PHP not posting

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Nothing major here is the code:

<?

if ($_POST['name']) {

echo "name posted";

}

?>

<html>

<head>

<title></title>

</head>

<body>

<form action="1.php" method="post">

Name:<input type="text" name="name">

<input type="submit" value="submit">

</form>

</body>

</html>

"Stut" <stuttle@xxxxxxxxx> wrote in message 
news:467E81F8.2050700@xxxxxxxxxxxx
> Pieter du Toit wrote:
>> I installed PHP5 on iis and i can see "hello world" and phpinfo.
>>
>> When i right click the webpage and view source, i can see the php code, 
>> and the form does not want to post the form details.
>>
>> Will appreciate any help.
>
> My amazing psychic abilities tell me that...
>
> ...you need to show us your code before we can have any chance of helping.
>
> -Stut
>
> -- 
> http://stut.net/ 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux