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
Web Development x 3
Favorite Tags
web-design x 3
php x 3
1 Posted Topic
Re: Dynamic Title
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 …
The End.
kcmartz