Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8891255
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T22:41:37+00:00 2026-06-14T22:41:37+00:00

echo $link[‘Theme’]; if(empty($link[‘Theme’])) global $Theme; { echo $Theme; }; if(empty($Theme)) { echo ‘default’; };

  • 0
echo $link['Theme'];
 if(empty($link['Theme']))
 global $Theme;
 { echo $Theme; };
 if(empty($Theme))
 { echo 'default'; };   

$link pulls data from the database. $Theme is an optional variable on a higher page that I would really like to have as an override for the Theme stored on the database.

Currently, I set it up to print the $Theme if the Theme from the database is NULL.

I tried adding another if statement for if there was no value in $Theme, it would simply print ‘default’ to load the default design.

Currently the last if statement makes it print $link['Theme'} + default (like spacedefault instead of just space or default)

Can someone help me with this? I’m not great at php yet. Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T22:41:38+00:00Added an answer on June 14, 2026 at 10:41 pm

    I believe you’re looking for the following conditionals

    global $Theme;
    if (empty($link['Theme'])) {
      if (empty($Theme)) {
        echo 'default';
      } else {
        echo $Theme;
      }
    } else {
      echo $link['Theme'];
    }
    

    Here it is in two lines of code, if you’re looking to use inline conditionals

    global $Theme;
    echo empty($link['Theme']) ? (empty($Theme) ? 'default' : $Theme) : $link['Theme'];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Situation: My current links are generated by the following yii methods: <?php echo CHtml::link(CHtml::encode($data->name),
<?php if(isset($row['link']) && !empty($row['link'])) { echo '<td><a href='.$row['link'].' target=_self\>Link name</a></td>'; } ?> using this
I have the following js files in my code for EditInPlace... <?php echo $javascript->link('jquery.js');?>
echo '<img src=data:image/jpg/png/jpeg;base64,' . base64_encode( $row['image'] ) . ' height=150 />'; This is showing
I have problem with %_Link%%num% its not working show up link after load from
I generate in Cakephp with Html->link a link echo $this->Html->link('Download',array( 'plugin'=> 'galleries', 'controller'=> 'galleries',
I have a link that I would like to get multiple values from to
I put a Ajax link using the following code: echo chtml::ajaxLink('GO', 'http://localhost/index.php?r=user/delete', array('method'=>'POST')); But,
i have a link: <a href=? processor=<?php echo $value['processor']; ?>& auth_code=<?php echo $value['auth_code']; ?>
In CakePHP there is function like=> echo $this->Html->link('name',array(...)); Is there anything like that in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.