Untitled
By: a guest | Feb 9th, 2010 | Syntax:
PHP | Size: 0.61 KB | Hits: 29 | Expires: Never
<?php
require_once("dbconn.php");
mysql_query("INSERT INTO `link` VALUES (0, '$name', '$url', '$clicks', '$author', '$type' , '$kategori', '$date')") or
die (mysql_error());
header("Location: index.php");
?>