close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Loading PHP pages in one PHP file

Thread began 1/11/2012 11:15 am by maftouh | Last modified 1/11/2012 12:21 pm by maftouh | 1125 views | 2 replies

maftouh

Loading PHP pages in one PHP file

Hi
I'm New in PHP and want to create a smoll web site in HTML include some PHP Code.

So here is my problem :
i want to know how can i load PHP pages i've previesly created in one PHP file. For exemple, i have this menu : (home l about l service l contact)
and i've created the page corresponding each title in that menu (home.php, about.php, service.php and contact.php).
however i've an index.php file that include the header and the footer.

So, now i want to know what can i do in order to load the other pages in the middle of my index.php file, when i click in a title in the menu ?
and also the most important thing is how shall i code the links in the menu to load each corresponding page in the index.php file ?

one last thing : i've been suggested to use the Switch/case statement.
here is an exemple :

<?php
if ( isset ( $_GET ['page'] ) )
{
switch($_GET ['page'])
{
case "about":
include("about.php");
break;
case "Service":
include("Service.php");
break;
case "Contact":
include("contact.php");
break;
}
}
else
{
include ("home.php");
}
?>

But the problem is that i neither know how to use it nor how to define the links where we should click and let this Switch statement work.
So i want to know what can i do so when i click in the title in the menu the corresponding page will be loaded.
(Sure i'm not good in PHP, but i can manage. That what i use to do)

even Just a smoll replay will be apreciate.

Thank you very much for every one

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...