registieren geht auf nc

This commit is contained in:
2022-12-08 00:46:24 +01:00
parent 0afd2e476d
commit afc5b57d98

View File

@ -1,6 +1,7 @@
<?php <?php
session_start(); session_start();
$pdo = new PDO('mysql:host=rdbms.strato.de;dbname=dbs9336961', 'dbu1516891', 'C5ZrqVZDDBtv9SfloCh3'); // geht auf netcup
$pdo = new PDO('mysql:host=10.35.232.188:3306;dbname=k200835_php', 'k200835_admin', 'C5ZrqVZDDBtv9SfloCh3');
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>