אשכול: בעיה בPHP
View Single Post
ישן 03-04-06, 21:01   # 5
BlueNosE
אין כמו ב127.0.0.1
 
BlueNosE's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: כפ"ס
גיל: 32
הודעות: 4,086

BlueNosE לא מחובר  

אוקיי, קבל שיפור:
PHP קוד:
if (!empty ($_GET['page']))
{
if (
file_exists($_GET['page'].".php"))
@include_once (
$_GET['page'].".php"); 
else
{
if (
$_GET['page'] == "x")
@include_once (
"extra.php"); 
elseif (
$_GET['page'] == "y")
@include_once (
"why.php"); 
}
}
else 
@include_once (
"default.php"); 
__________________
עומר,
admin [@] rely.co.il

בניית אתרים Rely

סלנג מילון סלנג utter
  Reply With Quote