This is the code for the form:
<Form method="POST" action="pResult.php">
<Input name="varName">
<Input type="Submit">
</Form>
and this ist the code in the pRestult.php file. If i use the method GET it ist ok.
<?
print "$varName";
?>
thanks
Rayn wrote:
could you post some of the code you are using? i use the same as you and everything works fine for me.
and the empty variables prob is something you have to change in the php ini file, you have to turn something off, i forgot what though.