Commit 7ee35013 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 8c439e04
...@@ -9,7 +9,7 @@ $String = exec('find '.$dir.' * | grep mkv'); ...@@ -9,7 +9,7 @@ $String = exec('find '.$dir.' * | grep mkv');
//var_dump(scandir($String)); //var_dump(scandir($String));
echo $String;*/ echo $String;*/
$mysqli = new mysqli("", "MediaDB", "MediaDB", "MediaDB"); //$mysqli = new mysqli("", "MediaDB", "MediaDB", "MediaDB");
// Verbindung zu localhost auf port 3307 // Verbindung zu localhost auf port 3307
$link = mysql_connect('192.168.0.23:3307', 'MediaDB', 'MediaDB'); $link = mysql_connect('192.168.0.23:3307', 'MediaDB', 'MediaDB');
if (!$link) { if (!$link) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment