Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Dynamic Includes Help
Old 07-29-2004, 06:48 PM Dynamic Includes Help
Junior Talker

Posts: 4
Trades: 0
Hey all I really really need to get this sorted. I'm trying to open pages in public_html/pages with index.php?page=name.
So far this is what I've got

PHP Code:
$page $HTTP_GET_VARS['page']; 
$extension "php"
if ( !
$page || $page == "" 
{ include 
"news/news.php"; } 
else if ( 
file_exists"pages/$page.$extension) ) 
{ include 
"pages/$page.$extension"; } 
else 
{ print 
"Error 404"; } 
?> 
but it's not working. When I go to index.php?page=forums for example its just saying Error 404. Any ideas?

The site is www.hl2shack.com if you want to see what I'm talking about
Toasty is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-29-2004, 06:51 PM
Junior Talker

Posts: 4
Trades: 0
ah ha! Nevermind I've solved it. But noooow, where should I stick that code? It's currently in a layout cell but it's screwing up the layout when I use www.hl2shack.com/index.php?page=characters
Toasty is offline
Reply With Quote
View Public Profile
 
Old 07-29-2004, 07:31 PM
Junior Talker

Posts: 4
Trades: 0
weeeeeeeeeeeeeeee fixed!! I love it when something finally gets solved =P
Toasty is offline
Reply With Quote
View Public Profile
 
Old 07-29-2004, 07:32 PM
Kyrnt's Avatar
The Post-Mod Years

Posts: 2,536
Location: Western Maryland
Trades: 0
Toasty,

LOL, I'm certainly glad that we could help you out!
__________________
—Kyrnt
Kyrnt is offline
Reply With Quote
View Public Profile Visit Kyrnt's homepage!
 
Old 07-29-2004, 08:11 PM
Junior Talker

Posts: 4
Trades: 0
hehehe, yup its a full forum thread by one person
Toasty is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Dynamic Includes Help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.95384 seconds with 12 queries