Posted by R. Rajesh Jeba Anbiah on 06/03/06 07:33
yawnmoth wrote:
> I tried using php://input in the following script but nothing is output
> when I run it:
>
> <form action="test.php" method="post">
> <input type="text" value="demo" />
You're missing the name here.
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
[Back to original message]
|