Skip to content

Commit

Permalink
asasas
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurgolo committed Mar 14, 2024
1 parent 363b35f commit 0c52032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/db.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
// Assuming you're sending data via POST and using JSON
$data = json_decode(file_get_contents('php://input'), true);
print($data);
print('data: ' . $data);

// try {
// $conn = new PDO("sqlsrv:server = tcp:scounting7127.database.windows.net,1433; Database = scouting7127", "CloudSAcaf36d4a", "3P&tLBL7Xc7L6R5p");
Expand Down

0 comments on commit 0c52032

Please sign in to comment.