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

  • Home
  • SEARCH
  • 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 7171033
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:19:52+00:00 2026-05-28T15:19:52+00:00

I need to change the CSS on a webpage based on a query string

  • 0

I need to change the CSS on a webpage based on a query string in the URL… but I’m new to PHP and havn’t been able to find sufficient examples on how to do it.

Basically when a user clicks on a menu link, and is then sent to an “aboutUs.php” page, I need the CSS on the aboutUs.php page to change based on the string query.

  • 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-05-28T15:19:53+00:00Added an answer on May 28, 2026 at 3:19 pm

    If I understand what you want correctly:

    if (isset($_GET['query'])){
    $query = $_GET['query'];
    }else{
    $query = NULL;
    }
    

    Then something like this:

    if ($query == 'x'){
    echo "
    <style>
    Whatever style you need...
    </style>
    ";
    }elseif ($query == 'y'){
    echo "
    <style>
    Whatever other style you need...
    </style>
    ";
    }else{
    echo "
    <style>
    Whatever default style you need...
    </style>
    ";
    }
    

    Of course you can echo stylesheet link instead of style tags, but the logic is the same.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to include a css-file in my webpage, but the problem is that
My project is in PHP, I need change the image folder name in css
Possible Duplicate: Change CSS Dynamically I need to change the height of a div
I need to change the functionality of an application based on the executable name.
I need to change the app name based on what configuration I'm using in
I have just started with JQuery and I need to change the css class
I have many html files named 12345.html, 12346.html, etc. I need to change style.css
My web application target to major Smartphones and I need to change the CSS
Evening all! I have half a script that I need to change the CSS
I need to change the style for a disabled input element in CSS. <input

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.