IPB

Welcome Guest ( Log In | Register )

[ Outline ] · Standard · Linear+

 Now You See It, Now You Don't, In need of an if/then

InfiniteWarrior
post Oct 2 2005, 02:58 PM
Post #1


Emperor


Group: Members
Posts: 800
Joined: 21-June 03
Member No.: 20



For the option to turn styles off and on, I'm using this little snippet:

CODE
<?php
if( $_GET['css'] != 'false' )
{
?>
 <link rel="stylesheet" href="style.css" type="text/css" />
<?php
}
?>


... and the links:

CODE
<a href="?css=false">Styles Off</a> | <a href="?css=true">Styles On</a>


... meaning both links are visible at all times. What I'd like to do is make one or the other disappear depending on which has been selected: "Styles Off" becomes "Styles On" and vice versa.

Any of you youngsters wanna help out an old lady?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
 
Replies
InfiniteWarrior
post Oct 2 2005, 10:03 PM
Post #2


Emperor


Group: Members
Posts: 800
Joined: 21-June 03
Member No.: 20



Thanks for the edification, Msr. Lizard. 'Twould be on by default. I'll try it.

Please forgive my PHP illiteracy, but how might one write those appropriate variables when placing them? Also, I'd like "off" to refresh any page the user happens to be on and have it stay that way until the "on" link was clicked again (from anywhere), but I'm thinking a cookie would be necessary to carry the preference. Will this code avoid that?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Posts in this topic


Topic Options
3 User(s) are reading this topic (3 Guests and 0 Anonymous Users)
0 Members:
 

Lo-Fi Version Time is now: 29th March 2024 - 01:13 AM