Advance User Registration and Login Script It is a simple login and registration system is totally based on core PHP. This script fulfills all the basic to advance level login needs that a coder or a developer usually require. It is completely secure and uses MySQL. As an overview of this module, it is focused …
Continue reading “Advance PHP User Login Registration Script”
Web hosting providers helps individuals and businesses to host their web pages or websites on the servers so that these can be accessed over the internet. This service is provided by numerous web hosting companies these days who let their clients own space on their privately owned or leased servers. Thus, a web host provides …
Continue reading “The 10 Best Website Hosting Providers”
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 …
Continue reading “10 Best WordPress Website Hosting Software – 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 …
Continue reading “10+ Best Low Cost Website Hosting – Save $$”
Every business – large or small needs a website. And creating an online presence is a little complicated as your websites need to be hosted on rented server space, which means you need to find a reliable service provider to host your website at a good price. And with a lot of option out there, …
Continue reading “The 10 Best Website Hosting Cheap”
Push Notification are – Simple messages that one receives from the apps installed in the device. Very popular among mobile devices, iPads and what not..!! For example, Whatsapp and Facebook message notifications in the notification bar of the home screen or lock screen. It is a way to – notify user, update user about new updates, …
Continue reading “PhoneGap : How Push Notifications Work?”
Email verification is a process to check the user authenticity, whether the person who is trying to access the services is right user or wrong user. True register users are allowed to use all services provided by the provider and fake users are denied because they are not authorized users to use the specific services. PHP …
Continue reading “PHP Email Verification Script For Downloading E-Book”
Before starting REST API, I would like to explain what exactly an API is. API is an abbreviation for Application Programming Interface. API is a set of instructions ( functions and routines) that accomplish a specific task or are allowed to interact with a specific software component like database or computer hardware. Why API? API …
Continue reading “PHP Rest API in Codeigniter”
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 …
Continue reading “PHP Read More Link”
PayPal is a trusted leader in online payments which enables buyers and businesses to send and receive money online. In our previous blog we have already seen, PayPal integration in PHP with many different modes like PayPal PHP Integration, PayPal OAuth, PayPal Express Checkout, PayPal Mass Payment, PayPal IPN, Paypal Recurring Payments and many more. …
Continue reading “Pizza Order System with PayPal Using 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. …
Continue reading “PayPal IPN in PHP”
Use PayPal PHP Merchant SDK to settlements and refund all or part of a payment. The PayPal refund API operation issues a refund to the PayPal account holder associated with a transaction. PayPal refund API operation can be used to issue a full or partial refund for any transaction. For settlements and refund money, we …
Continue reading “PayPal Refund Process using PHP PayPal Refund API”
Express Checkout is a fast and very easy way for buyer to pay for the product they are buying. In our previous blog post we have covered the PayPal Integration in PHP Using PDO using which you can sell products via PayPal securely without SDK. But in this post we will be doing same task …
Continue reading “PayPal Express Checkout in PHP for Single Product”
We have already discussed in our previous blog, how to Integrate PayPal payment gateway using PHP and PDO (PHP Data Objects) to collect online payments. Think, if you want to add a coupon feature also so that users get attracted to your offers and go for a payment instantly. Here, in this tutorial we will …
Continue reading “Paypal Coupon Code in PHP using PDO”
In our previous blog, we have already discussed, how can we use PayPal button for collecting payments online. This time we came up with slight changes in that tutorial. Here, we will be going to see how we can Integrate PayPal payment gateway using PHP and PDO (PHP Data Objects). Using PDO you can Integrate …
Continue reading “PayPal Integration in PHP Using PDO”
PHP Data Objects ,PDO is a PHP extension to use PHP’S database connections. It is a consistent way to access databases. Using PDO we can make a code for different types of database and platform as well. Why PDO use? Use by many databases : PDO use by numbers of database system supported by PHP. OOPS : PDO …
Continue reading “PHP PDO Insert Data Into Database”
In this tutorial, we will learn to convert CodeIgniter query to json and also to insert them in our database. It is difficult to store an array in database which contains a lots of user data. We will have to make a lots of indexes in array in order to store them in database. In …
Continue reading “CodeIgniter Convert Query to Json & Insert Into Database”
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 …
Continue reading “CodeIgniter Template : Adding Header, Footer and Dynamic Content”