Skip to content
Snippets Groups Projects
Commit 321e1e87 authored by TonyFord's avatar TonyFord
Browse files

add info

parent 741e714d
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
---
<?php
// add team vote to database
include_once('functions/db_connect.php');
include_once('functions/db_methods.php');
......@@ -21,4 +23,5 @@ $result=db_addTeamVote( $secret, $saison, $teamvote );
$A=[ $secret, $saison, $teamvote, $result ];
echo json_encode($A);
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment