Having problem with Functions

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 !!

[size=24pt] Topic CLosed [/size]…[size=18pt]I found my stupidness[/size]

Sponsor our Newsletter | Privacy Policy | Terms of Service