i have just filled the authorname input text and submited the form but now there is no writing of authorname value. I think i may have a configuration problem...😕 😕
here is the code :
<HTML><HEAD><TITLE>FORM</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1254">
</HEAD>
<?include("database.inc");?>
<?
if(isset($submit1))
{
echo $authorname;
}
?>
<BODY bgProperties=fixed background=back6.jpg>
<FORM name=hForm action="uyelikform.php">
<P><FONT color=crimson size=2><STRONG>
<INPUT size=27 name=authorname></STRONG></FONT></P>
<P><INPUT id=submit1 type=submit value="ENTER" name=submit1></P>
</form>
</body>
</html>