Hello everyone.
I've got problem with presenting variables than are achieved from form. Example
[--- form.html - file source ---]
<form name="cv" method="post" action="http://url-here.com">
<input type="text" name="info" size="20">
<input type="submit" name="Submit" value="Send">
</form>
[--- present.php - file source ---]
<?php
print $info;
?>
The above script returns nothing.
What's wrong. On my local phptriad server at home works perfectly - but in the internet it's not.
thanx
sincerelly yours