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.

Empfohlene Antworten

Veröffentlicht

Hi Leute

Ich hab en kleines Menü des läuft bei allen Providern die ich sonst wo habe.

Nur bei Strato net hab des ganze jetzt mal auf en paar zeilen reduziert.

Sieht jemand ein fehler oder muss man bei Strato was beachten?

<?php

echo

'<a href="index.php?site=rot">Rot</a> | <a href="index.php?site=gelb">Gelb</a>';

?>

</center>

<br>

<table width="100%" border="1" cellspacing="0" cellpadding="0">

<tr>

<td>Hallo</td>

<td>

<?php

if ($site == "rot")

{

include ("gelb.php");

}

else

{

include ("test.php");

}

?> </td>

</tr>

</table>

Ist doch alles OK oder?

steht alles in der index.php drin aber es passiert null!

Gruß

Djadja

er läd die test.php rein aber wenn ich auf den link drücke und er sollte die gelb.php laden macht er dies nicht.

http://www.cdu-bellheim.de/VHS/index.php

bitte absehen von dem link ist nun mal die Seite.

PHP ist enthalten

@palvoelgyi weiß grad net was du meinst?

aber stimmt

http://www.cdu-bellheim.de/VHS/phpinfo.php

die register_globals sind off!


<?php
echo
'<a href="index.php?site=rot">Rot</a> | <a href="index.php?site=gelb">Gelb</a>';
?>
</center>

<br>

<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td>Hallo</td>
<td>
<?php
if ($_GET['site'] == "rot")
{
include ("gelb.php");
}

else

{
include ("test.php");
}

?> </td>
</tr>
</table>
[/php]

Frank

jetzt gehts und die Globals sind wie gesagt off

des heist jetzt??

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

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.