// 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";
print "
Vill du delta i en omröstning? Klistra in koden här och tryck på Skicka:
\n";
print "
Annars kan du alltid skapa en ny.
\n";
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']) {
?>




Din mejladress:




Rubrik:






}

}

?>
Källkod PC-beslut - Sverker Media

Källkod PC-beslut