Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

PHP - Fehler

Empfohlene Antworten

Veröffentlicht

Hallo zusammen, ich habe folgenden PHP - Fehler:

CGI Error

The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

Woran liegt das??

Danke schonmal

Sebi

PS: Achja ich versuche auf eine MYSQL Datenbank zuzugreifen!!!!

hi,

war das alles:

CGI Error

The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

oder hast du was vergessen? und ein bisschen code wär auch hilfreich.

mfg

Sorry hier mein PHP code:



<html>
<head>
<Title> test </title>
<body>


<?PHP
/* Allgemeine Daten fuer die Datenbankanbindung und direkter Connect zur Datenbank. Nach Einbindung dieses Segments kann direkt mit MySQL-Befehlen auf die Datenbank zugegriffen werden.*/

/* Datenbankserver - In der Regel die IP */
$db_server = "localhost";
/* Datenbankname */
$db_name = "db_Test";
/* Datenbankuser */
$db_user = "____";
/* Datenbankpasswort */
$db_passwort = "____";

/* Erstellt Connect zu Datenbank her */

$db = @MYSQL_CONNECT($db_server,$db_user,$db_passwort) or die ("Konnte keine Verbindung zur Datenbank herstellen");
$db_check = @MYSQL_SELECT_DB($db_name);if($db) echo "Verbindung zur Datenbank wurde hergestellt";
?>
</body>
</html>
[/PHP]

??`??????

Hat sich erlesigt, hab den falschen Pfad angegen ich Pfeiffe!!!

Danke trotzdem!!

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.