Go Back   Novahq.net Forum > Computers > Web design and Programming
FAQ Community Calendar Today's Posts Search

Web design and Programming Discuss website creation and other programming topics.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-22-2005, 08:17 AM
NaughtyPerry is offline NaughtyPerry
Banned

Join Date: Sep 2004
Posts: 1,665

page.php?id=blablabla

Can someone sort out the code for me?

thanks

I wanna make it so all pages will be in /pagecontent/ folder and it will only do pages from that folder

If you can do it, that would be great
Reply With Quote
  #2  
Old 12-22-2005, 09:27 AM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,922

Code:
<?
$id=$_GET['id'];

If(eregi("^[A-Za-z0-9_-]+$",$id) AND file_exists("./pagecontent/".$id.".php")) {
	
	include("./pagecontent/".$id.".php");
	
} Else {
	
	echo "file dosen't exist";
	
}
?>
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq

Last edited by Scott; 12-22-2005 at 11:34 AM.
Reply With Quote
  #3  
Old 12-22-2005, 09:46 AM
NaughtyPerry is offline NaughtyPerry
Banned

Join Date: Sep 2004
Posts: 1,665

Cheers Panther, one more thing though mate - can i chat to you on MSN later?

Thanks
Reply With Quote
  #4  
Old 12-22-2005, 06:05 PM
DevilDog#1 is offline DevilDog#1

Join Date: Jul 2002
Posts: 7,040

No!

He needs to go out and get a life. It's Xmas for crying out loud!!
__________________








Quote:
If I don't do that doesn't mean I can't - DD#1
Reply With Quote
Reply


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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Uploader leaking PHP in page brink phphq.Net Forums 1 09-29-2008 07:21 PM
PHP Page Problem Webviper2006 Web design and Programming 7 02-01-2006 08:45 PM
php?id= spinal Web design and Programming 15 06-20-2005 04:27 PM
<Previous page 1 2 3 4 5 6 next page> script big n00b at php phphq.Net Forums 4 03-11-2005 12:35 PM
php-page XenoMorpH Web design and Programming 1 05-03-2003 04:34 AM


All times are GMT -5. The time now is 07:56 AM.




Powered by vBulletin®