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 Konfiguration

Empfohlene Antworten

Veröffentlicht

Hallo!

Ich habe mir einen Apache mit PHP Unterstützung unter Linux eingerichtet, jedoch muss ich bei der KOnfiguration wohl was falsch gemacht haben, da Variablen, die über ein html Formular an ein PHP Script geschickt werden, nicht weiterverarbeitet werden :confused:

Beispiel html-Datei:

<form action="test.php" method="post">

<input type="text" name="test">

<input type="submit" value="go">

</form>

Beispiel PHP-Datei:


<?
echo $test;
?>
[/PHP]

Kann mir da bitte jemand helfen, ich weiss nicht, was der Fehler ist...

cu - leech

Ich nehme jetzt mal an das PHP als DSO installiert wurde und das Modul auch geladen wird?

Folgende Zeile sollte Abhilfe schaffen.

------------------------------------------------

AddType application/x-httpd-php .php

------------------------------------------------

Wenn es nicht hilft poste einfach die httpd.conf,

ohne Kommentare

Jo Danke!

Der Tip mit $_POST["test"] hat geklappt!!!

cu - leech

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.