View Single Post
ישן 16-02-07, 13:54   # 2
Tomer
Whatever
 
Tomer's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 7,039
שלח הודעה באמצעות MSN אל Tomer Send a message via Skype™ to Tomer

Tomer לא מחובר  

case שיעשה include לקובץ המתאים, למשל:

PHP קוד:
switch ($act) {
case 
"addpage":
include(
"pages/addpage.php");
break;

case 
"...":
include(
"pages/...");
break;

default:
include(
"main.php");
break;

__________________
תומר
  Reply With Quote