10 Best WordPress Website Hosting Software – Save $$

WordPress, the most popular content management system (CMS) is much more than just a blogging platform. The software is the foundation that supports millions of websites, personal sites, small business pages and even big sites with high-traffic. So if you are thinking about building a WordPress site, you should definitely consider a good WordPress host …

10+ Best Low Cost Website Hosting – Save $$

Establishing a website has become mandatory for each and every business holder. The modern day technology has advanced the scope of business to global level. To achieve this target, websites are helping almost every business to present its products to the viewers. Websites are playing a key role in spreading awareness about the departments and …

PHP Read More Link

This tutorial enables you to display two records when user clicks on read more link using object-oriented funtionality. In my example, I have made a folder named read-more-php and placed these pages index.php, config.php, connection.php and style.css. Further set $get_limit variable to travel in the url through the read more link which increments by 2 …

PayPal IPN in PHP

PayPal Instant Notification (IPN) is a message service that allows you to integrate your PayPal payments with your website’s back-end operations and administrative function. Using this merchant will automatically notify events related to PayPal transactions. IPN is very useful when you need to required functionality like automatically fulfilling orders and providing customer, with order status. …

CodeIgniter Template : Adding Header, Footer and Dynamic Content

CodeIgniter MVC work on a separate layer, applying MVC pattern, it is recommended that header, footer, side menu bar should be separate. Benefits of using these architectures are. If your website contains multiple pages and all have a header, footer and menu bar and if you want to make some changes on header so you …