SOLVED

Seite 1 von 1 - Forum: Coding Stuff auf overclockers.at

URL: https://www.overclockers.at/coding-stuff/solved_119394/page_1 - zur Vollversion wechseln!


Josi schrieb am 14.07.2004 um 00:46

ich habe diesen include code:
<?php
if (!isset($_GET['site'])) {
$_GET['site'] = "start";
}
if (file_exists($_GET['site'].".php")) {
include($_GET['site'].".php");
} else {
echo " <br><b><center>Noch nicht implementiert</center></b><br>";
}
?>

und habe bei den links:
index.php?site=...

mein problem ist das sich der link nicht im content öffnet sondern ein neues aufmacht


Josi schrieb am 14.07.2004 um 00:55

SOLVED!


dio schrieb am 14.07.2004 um 00:55

was meinst mit content und neues aufmachn?

include inkludiert genau an der stelle, wo das include steht.




overclockers.at v4.thecommunity
© all rights reserved by overclockers.at 2000-2025