mubarakabbas Posted December 21, 2009 Share Posted December 21, 2009 Hi, I like to customize my webpage like bbc.co.uk, yahoo, igoogle, how to do this , anyone have idea to do it. Help me if you know it. Link to comment https://forums.phpfreaks.com/topic/185925-personalisation-of-website-like-yahoo-bbccouk/ Share on other sites More sharing options...
teynon Posted December 21, 2009 Share Posted December 21, 2009 ... Don't really get the reason why you posted such a broad, and vague question here... Google? Link to comment https://forums.phpfreaks.com/topic/185925-personalisation-of-website-like-yahoo-bbccouk/#findComment-981818 Share on other sites More sharing options...
Catfish Posted December 21, 2009 Share Posted December 21, 2009 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. Link to comment https://forums.phpfreaks.com/topic/185925-personalisation-of-website-like-yahoo-bbccouk/#findComment-981819 Share on other sites More sharing options...
mubarakabbas Posted December 22, 2009 Author Share Posted December 22, 2009 thank you for your reply Nathan, really i got some under my belt. Link to comment https://forums.phpfreaks.com/topic/185925-personalisation-of-website-like-yahoo-bbccouk/#findComment-982185 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.