Filename:[size=10pt]stupid_call.php[/size]
Stupid.php
<?php function stupid() {$text=isset($_REQUEST['txt'])?$_REQUEST['txt']:"";
echo $text;
}
?>
Hell… i am not able to ECHO the text submitted in the form . Please see what possibly could be wrong with it !!