Ett stycke php-kod:
<?php include("meny.php"); ?>
<link rel="stylesheet" type="text/css" href="system/content.css" />
<div id="content">
<br/>
<center>
<?php
if (empty($_GET["?"]))
{
echo "tomt";
}
else
{
mysql_query("INSERT INTO korv (namn)
VALUES ('".$_GET['?']."')");
echo "Fix";
}
?>
</center>
</div>
Ingen status