raihanhbh Posted August 6, 2009 Share Posted August 6, 2009 Hi, I developed a e commerce based web site having huge Web contents(video,image...). I want to display the contents on priority basis. Can any one help me, how I can do this? Thanks in advance! //Raihan Quote Link to comment https://forums.phpfreaks.com/topic/169107-web-contents-control/ Share on other sites More sharing options...
alexdemers Posted August 6, 2009 Share Posted August 6, 2009 Create a column in your items table with integers; the higher the int is the bigger it ahs a priority. Or, play with your ORDER BY clause. Quote Link to comment https://forums.phpfreaks.com/topic/169107-web-contents-control/#findComment-892218 Share on other sites More sharing options...
Maq Posted August 6, 2009 Share Posted August 6, 2009 We need more information. What exactly does 'priority basis' mean? Relevant code? DB structure? Ya know, stuff we need to help you. Quote Link to comment https://forums.phpfreaks.com/topic/169107-web-contents-control/#findComment-892220 Share on other sites More sharing options...
raihanhbh Posted August 6, 2009 Author Share Posted August 6, 2009 Hi, Thanks for Reply. Basically My page become bulky. It takes long time to load its contents. As the contains videos as well as images so I need to construct the page so that my basic contents will be loaded and displayed first then the associated contents will be loaded... I dont know, still I am clear or not !!! Thanks in advance. //Raihan Quote Link to comment https://forums.phpfreaks.com/topic/169107-web-contents-control/#findComment-892226 Share on other sites More sharing options...
alexdemers Posted August 6, 2009 Share Posted August 6, 2009 I really don't understand. Quote Link to comment https://forums.phpfreaks.com/topic/169107-web-contents-control/#findComment-892235 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.