开发者

Is there a way to incude style in a php session?

开发者 https://www.devze.com 2023-02-10 01:54 出处:网络
I have a menu that scrolls down and will let you select what color you want for the background, but its only for one page, is there a way to include the style of the page near the beginning of th开发者

I have a menu that scrolls down and will let you select what color you want for the background, but its only for one page, is there a way to include the style of the page near the beginning of th开发者_StackOverflow中文版e session so that it will go for all pages?


Are you using a PHP session at the moment? The call to change the colour of the background should set a session variable. Any pages being displayed should check the session to see if that variable is present.

Have a look at http://www.php.net/manual/en/session.examples.basic.php

0

精彩评论

暂无评论...
验证码 换一张
取 消