Skip to content

MySql

php_paypal

How to Integrate PayPal Standard Payment Gateway in PHP

  • by

PayPal is an American international e-commerce business allowing payments and money transfers to be made through the Internet. PayPal is the most popular payment gateway to send and receive payment worldwide. PayPal is a widely used payment gateway to accept payment in the web application. PayPal payment gateway is the easiest option for the web developer to implement a payment system on the website.

Read More »How to Integrate PayPal Standard Payment Gateway in PHP

scroll page load data

How to Load Data Dynamically on Page Scroll using jQuery and PHP ?

  • by

In this tutorial, we are going to see about loading data into a web page dynamically as the user scrolls it. We will be using jQuery and AJAX for the dynamic load on the scroll. Initially, we will show a limited number of results on page load. The subsequent bunch of records will be shown while scrolling down the page using jQuery AJAX event handler. This is an alternate solution for per-page navigation scenario.

scroll page load data

Read More »How to Load Data Dynamically on Page Scroll using jQuery and PHP ?

hero-recaptcha-demo

Google New reCaptcha using PHP – Are you a Robot?

  • by

Today i would like to show you how to implement Google New reCaptcha using PHP. I like the new design it is clean and impressive, hope you will like it. reCaptcha protects your website for spammers and robots, in this post I had implemented new reCaptch API system with HTML login form using PHP. I like the new design it is clean and impressive, hope you will like it. Please take a look quick look at the demo.
hero-recaptcha-demo
Read More »Google New reCaptcha using PHP – Are you a Robot?

php login

PHP Login Page with Sessions

  • by

Are you looking for PHP login script, in this post I want to discuss how to create a simple PHP login with welcome page using MySQL database. This will explain you creating admin_login tables, posting form values and storing and destroying the session values. If you are a PHP beginner download script and take a quick look at this live demo with Username : admin Password : admin. This post has been updated with mysqli.

php login

Read More »PHP Login Page with Sessions