Ersetzen Sie dies:
include_once 'inc/php/config.php';
include_once 'inc/php/functions.php';
mit
include_once dirname(__FILE__) . '/inc/php/config.php';
include_once dirname(__FILE__) . '/inc/php/functions.php';
Ersetzen Sie dies:
include_once 'inc/php/config.php';
include_once 'inc/php/functions.php';
mit
include_once dirname(__FILE__) . '/inc/php/config.php';
include_once dirname(__FILE__) . '/inc/php/functions.php';
Punkt 50 Meilen entfernt berechnen (Norden, 45 % NO, 45 % SW)
So zeigen Sie mehrere Abfragen und Ergebnisse nebeneinander in SQL Server Management Studio (SSMS) an – SQL Server / TSQL-Tutorial Teil 14
SQLite ALTER TABLE
So stellen Sie mit einem Klick eine Verbindung zu mehreren SQL-Servern her (Gruppe der registrierten Server) - SQL Server / TSQL-Tutorial Teil 5