UK Webmaster Talk - Online Marketing - SEO


 

HOW TO: get index.php?page=blah ?

This is a discussion on HOW TO: get index.php?page=blah ? within the Programming Articles forums, part of the Webmaster Articles/Tutorials category; Ever wondered how to get index.php?page=blah ? Well, here is a simple way, using flat files. First of all, all ...


Go Back   UK Webmaster Talk - Online Marketing - SEO > Webmaster Articles > Webmaster Articles/Tutorials > Programming Articles

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Notices

Reply

 

LinkBack Thread Tools Display Modes
Old 07-04-2005, 16:11   #1 (permalink)
Bmg
WMT Addict
 
Join Date: Apr 2005
Posts: 227
iTrader: 0 / 0%
Bmg is on a distinguished road
Default HOW TO: get index.php?page=blah ?

Ever wondered how to get index.php?page=blah ?

Well, here is a simple way, using flat files. First of all, all you pages will run off index.php, so make a backup of it regularly!

Get a blank copy of your "index.php" and where the content will be, enter the following php include:


<?php include("content.txt"); ?>


Save "index.php" & upload it to your ROOT directory of you site.

Now, open up a editor and paste in the following code:


<?php if (isset($page) && file_exists('includes/' . $page . '.html')) { include('includes/' . $page . '.html'); } else { include('includes/news.html'); } ?>


Save this as "content.txt" and upload it to the ROOT of your site.

Now, make a directory on your site called "includes".

Now, upload all your content, BUT, make sure it's just the text, no formatting, template etc. and MAKE SURE that the extension is ".html".

Upload all content into the "includes" directory, and viola! You got a basic php site running! Linking

To link, use:

index.php?page=*THE NAME OF YOUR HTML PAGE IN THE INCLUDES DIRECTORY*
Bmg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
indexphppageblah

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Page showing up in UK Index only adithecool Search Engine Optimisation (SEO) 1 11-08-2007 08:35
Index page doesn?t stop loading itself. WHY? ivanmax Website Design Forum 3 06-02-2006 20:35
Centering a page FrozenDice Website Development Forum 2 15-07-2005 17:42
New Free Scripts Index - Hotscripts Clone geoffb59 Ads, Offers & Services 2 30-04-2005 00:40
Photo Page woodflooristcom Search Engine Optimisation (SEO) 2 24-02-2005 17:36


All times are GMT +1. The time now is 18:41.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
UK Webmaster Forum © WebmasterTalk.co.uk | Design by Forbairt

Ad Management by RedTyger

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41