Jump to content

personalisation of website like yahoo, bbc.co.uk


mubarakabbas

Recommended Posts

if you mean themes (the look and colour of the website) you can use a value stored in a session variable that loads a corressponding stylesheet file. like:

session_start();
if (file_exists('themes/$_SESSION['themeName'].'.css'))
  // load css file as theme stylesheet for the page
else
  // load default theme on file not existing.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.