Hello
I have a form with the following
<form method="POST" action="makeconfig.php">
<input type="text" name="users" size="20" >
</form>
and on my second php page called makeconfig.php i have
<?php print $user; ?>
When the first value is entered on the form it should display this on the second page. But it isnet if i was to put the folloing into the php page
<? $user=30 ?>
It will display this fine so my prblem is that its not sending the varibles through, i have to check to see if it is my browser causing teh problem but its not so i think its a config problem ?
Iam running plesk 6.02 default installation, php version 4.2.2 and redhat 9
Thanks
matt
Start Free Trial