---------------------------------------------------
| Date: 2003-03-16 14:16:59 |
| Filename: post.php |
| Author: detour@metalshell.com |
| |
| http://www.metalshell.com/ |
---------------------------------------------------
You Entered: ');
echo('Title: ' . $_POST["title"] . '
');
echo('URL: ' . $_POST["url"] . '
');
} else {
// They left something blank.
echo('Field Missing
');
}
}
?>