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
Old 07-14-2006, 04:05 PM A quick question
Extreme Talker

Posts: 217
Trades: 0
On the site that im building there is a title bar on the page above the content. My site is also using modules. I want it so that depending on what module im on, the title bar text changes.

heres basicly what my code for the title bar looks like:
HTML Code:
echo "<center><b>".$title."</b></center>";
by default the $title variable is set to "Main". Below the above code is this:
HTML Code:
switch ($_GET['module']){

    case 'about':
        include("modules/about.php");
        $title = "About";
        break;
I thought that that would work but it didnt :S
Slick Nick is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-14-2006, 04:25 PM Re: A quick question
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
JAMISONTUNES
Posts: 2,918
Name: Keith Marshall
Location: Connecticut
Trades: 0
You have to define the value of the variable before you can print the value. Do the switch command befor the echo statement.
__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Old 07-14-2006, 04:28 PM Re: A quick question
Extreme Talker

Posts: 217
Trades: 0
ahh... hmm il have to find some other way to change it then cause if i put that switch above the title bar it will mess up the layout.

thanks though
Slick Nick is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to A quick question
 

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.13561 seconds with 12 queries