Dear Dev,
I have found a cms on the web and I would like to use it, now it is the case that when I enter the data in config, I do not see any content outside the background.
can someone help me? i use strato as web hosting.
Live Demo:
Thanks for the help.
I have found a cms on the web and I would like to use it, now it is the case that when I enter the data in config, I do not see any content outside the background.
can someone help me? i use strato as web hosting.
PHP:
<?php
mysql_connect("rdbms.strato.de", "fansite","test")
or die ("Verbindung nicht möglich");
mysql_select_db("dbs10958196")
or die ("Datenbank existiert nicht");
mysql_query("SET NAMES 'utf8'");
?>
Live Demo:
You must be registered for see links
Thanks for the help.