// Landing page
function omrostning() {
global $wpdb;
// If $_GET['pollcode'] is not set,
// ask to join or create a poll.
if (!isset($_GET['pollcode'])) {
print "\n";
} else {
$string = $_GET['pollcode'];
print "
Poll " . $string . " is hash() as " . password_hash($string, DEFAult_pass) . "
\n";
}
}
function newPoll() {
global $wpdb;
// If there is no poll id posted, create a form for
if (!$_GET['pollcode']) {
?>
}
}
?>