Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for dr4g

Sorry to bring up a thread, but my teacher showed me a way to show a default page! CODE: Index.php [CODE] <?php include("functions.php"); $title = checkPage($_GET['<strong class="highlight">page</strong>']); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title><?php echo $title; ?></title> </head> <body> <?if($page=='') {$page="home.php";} else …

Member Avatar for kcmartz
0
1K

The End.