List of CMS for blogs and websites
There are a lot of open source content management systems and blogging systems. WordPress is very famous for blogging but now it is also using as content management system and e-commerce solutions. I like...
There are a lot of open source content management systems and blogging systems. WordPress is very famous for blogging but now it is also using as content management system and e-commerce solutions. I like...
We can find last month starting ending date by using php functions strtotime and date. For last month last we will use t format character in date function. Following are statements for starting and...
While development, you might need to add or subtract date from other date. It’s very easy via PHP date and strtotime functions. Following are few examples. Add 2 Months in current date. You can...
Many of you might use opencart for online store development. Opencart can also be used for multi store with single admin; you can manage both stores with same admin. I am using wamp so...
I worked on a magento project on which cms images were not appearing in editor and also on front end. CMS editor was getting image urls like http://your-websitelink.com/media//imagename.ext because of double slashes (//) images...
If you transfer opencart site to any other domain then you need to change config URLs. For this; open config.php file in your favorite editor. This file is on root of your opencart directory....
Today I will tell you how to create sub domains on your localhost system using apache. It’s very easy just need to follow few steps. Decide sub domains that you want to create. I...
More