mjcarney23
2007-10-22 07:17:06 UTC
The form info:
The addpdx.php info:
$query = "INSERT INTO pdx (title, link, content)
VALUES ('$title', '$link', '$content')";
$result = mysql_query($query);
print "Data submitted to database! (Click here to view)
mysql_close();
?>