NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page include help please!

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 03-10-2008, 09:11 PM THREAD STARTER               #1 (permalink)
DixieTalk.com
 
treyb's Avatar
Join Date: Jan 2008
Posts: 244
treyb is an unknown quantity at this point
 



Baby Health

include help please!


Ok, Im using
PHP Code:
<?php if (empty($page)) {
$page "home.php"
????: NamePros.com http://www.namepros.com/programming/442956-include-help-please.html
}
if (
file_exists("$page")) {
  include(
"$page");
} else {
  echo 
"<b>404</b> File not found.<br> We are sorry, the requested file cannot be found on our server.";
}
?>
And I try to type in my browser site.com/index.php?page=test.php and the page does not change to the other pages information...
treyb is offline  
Old 03-10-2008, 09:38 PM   #2 (permalink)
i love automation
 
xrvel's Avatar
Join Date: Nov 2007
Location: xrvel.com
Posts: 1,620
xrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant future
 




Actually your method does not really safe.
????: NamePros.com http://www.namepros.com/showthread.php?t=442956
Lets modify it
PHP Code:
<?php
$page 
$_GET['page'];
$page preg_replace('/([^a-z0-9\-\_]+)/i'''$page);// remove unwanted char(s)
if (empty($page)) {
   
$page 'home'
}
$page .= '.php';// it must be a PHP file
if (file_exists("$page")) {
  include(
"$page");
} else {
  echo 
"<b>404</b> File not found.<br> We are sorry, the requested file cannot be found on our server.";
}
?>
__________________
xrvel is offline  
Old 03-10-2008, 09:50 PM THREAD STARTER               #3 (permalink)
DixieTalk.com
 
treyb's Avatar
Join Date: Jan 2008
Posts: 244
treyb is an unknown quantity at this point
 



Baby Health
thanks a million rep added!
treyb is offline  
Old 03-10-2008, 09:56 PM   #4 (permalink)
i love automation
 
xrvel's Avatar
Join Date: Nov 2007
Location: xrvel.com
Posts: 1,620
xrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant future
 




Almost forget,
use "site.com/index.php?page=test" instead of "site.com/index.php?page=test.php"

Good luck,
- Kurniawan.
__________________
xrvel is offline  
Old 03-10-2008, 10:16 PM THREAD STARTER               #5 (permalink)
DixieTalk.com
 
treyb's Avatar
Join Date: Jan 2008
Posts: 244
treyb is an unknown quantity at this point
 



Baby Health
lol i almost asked but then i thought about it and realized i was stupid for not noticing at the begining lol but thank goodness for trial and error lmao
treyb is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Liquid Web Smart Servers  
All times are GMT -7. The time now is 07:03 PM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger