Breaking
  • Load more data using jQuery, AJAX, and PHP
  • Stripe payment gateway integration in PHP
  • Razorpay payment gateway setup in CodeIgniter
  • Login with Google account: using JavaScript OAuth Library
  • How to send email with attachment in PHP
  • Active inactive users in PHP: using jQuery AJAX
  • How to partially hide email address in PHP, AJAX
  • CRUD application in PHP using jQuery AJAX
  • Facebook
  • Twitter
  • Pinterest
  • YouTube
  • LinkedIn

Coding Birds Online Coding Birds Online

  • Home
  • About Us
  • Bigginers
  • How to Do
    load-more-data-using-jquery-ajax-and-php-codingbirdsonline Load more data using jQuery, AJAX, and PHP
    August 10, 2022
    integrate-stripe-payment-gateway-in-php Stripe payment gateway integration in PHP
    October 9, 2021
    razorpay-payment-gateway-setup-in-codeigniter-coding-birds-inline Razorpay payment gateway setup in CodeIgniter
    August 31, 2020
    login-with-google-account-using-javascript-oauth-libray-featured-image Login with Google account: using JavaScript OAuth Library
    February 2, 2020
    how-to-send-email-with-attachment-in-php-featured-image How to send email with attachment in PHP
    January 30, 2020
    active-inactive-users-in-php-using-jquery-ajax-coding-birds-online Active inactive users in PHP: using jQuery AJAX
    January 25, 2020
    how-to-partially-hide-email-address-in-php-using-ajax-coding-birds-online-featured-image How to partially hide email address in PHP, AJAX
    January 19, 2020
    crud-application-in-php-using-jquery-ajax-featured-image CRUD application in PHP using jQuery AJAX
    January 14, 2020
    how-to-clone-a-specific-folder-from-a-git-repository-website-coding-birds-online-featured-image How to clone a specific folder from a git repository
    January 8, 2020
    how-to-make-a-searchable-drop-down-list-featured-image-coding-birds-online How to make a searchable drop-down list in HTML
    January 7, 2020
    Previous Next
  • Tutorials
    • PHP
    • AJAX & jQuery
  • Buy me a coffee
  • Search for:
login-with-google-account-using-javascript-oauth-libray-featured-image Integrations

Login with Google account: using JavaScript OAuth Library

By Ankit Prajapati February 2, 2020

Hello everyone, Today in this tutorial I will show you how to create login with Google account using JavaScript OAuth-library…

  • 20
how-to-send-email-with-attachment-in-php-featured-image How to Do

How to send email with attachment in PHP

By Ankit Prajapati January 30, 2020

Hi, If you are looking for the PHP script to learn how to send email with attachment in PHP without…

  • 10
active-inactive-users-in-php-using-jquery-ajax-coding-birds-online AJAX & jQuery

Active inactive users in PHP: using jQuery AJAX

By Ankit Prajapati January 25, 2020

Making users active inactive is the most important and common feature in web applications and websites. In this tutorial, we…

  • 9

PHP/MySQL/JSON

View All
how-to-make-a-searchable-drop-down-list-featured-image-coding-birds-online How to Do

How to make a searchable drop-down list in HTML

By Ankit Prajapati January 7, 2020

Scrolling a big list of countries, states or cities is annoying sometimes when you are filling a form asking your…

coding-birds-online-how-to-submit-form-data-using-ajax-in-php-featured-image
How to submit form data using AJAX in PHP
January 4, 2020
check-username-availability-in-php-using-ajax-coding-birds-online-username-is-available-featured-image
Check username availability in PHP using AJAX
January 2, 2020
coding-birds-online-how-to-make-a-dynamic-pie-chart-in-php-in-2-steps-featured-image
How to make a dynamic pie chart in PHP in 2 steps
January 1, 2020
coding-birds-online-export-data-from-mysql-table-to-excel-file-in-php-featured-image
Export data from MySQL table to Excel file in PHP
December 28, 2019

Library & Frameworks

View All
What is the difference between Library and Framework Library & Frameworks

What is the difference between Library and Framework

By Ankit Prajapati December 3, 2019

Most of the websites you visit to get the definition of the framework in software terms but unfortunately, these definitions…

How to configure Flask in Python in windows
How to configure Flask in Python in windows
December 3, 2019
How to integrate CKEditor in websites and web apps
How to integrate CKEditor in websites and web apps
December 3, 2019

How to Do

View All
how-to-partially-hide-email-address-in-php-using-ajax-coding-birds-online-featured-image How to Do

How to partially hide email address in PHP, AJAX

By Ankit Prajapati January 19, 2020

To hide email addresses or contact numbers partially is the most common thing in web application development. If you might…

crud-application-in-php-using-jquery-ajax-featured-image
CRUD application in PHP using jQuery AJAX
January 14, 2020
how-to-clone-a-specific-folder-from-a-git-repository-website-coding-birds-online-featured-image
How to clone a specific folder from a git repository
January 8, 2020
how-to-make-a-searchable-drop-down-list-featured-image-coding-birds-online
How to make a searchable drop-down list in HTML
January 7, 2020
coding-birds-online-how-to-submit-form-data-using-ajax-in-php-featured-image
How to submit form data using AJAX in PHP
January 4, 2020

More

View All
how-to-clone-a-specific-folder-from-a-git-repository-website-coding-birds-online-featured-image

How to clone a specific folder from a git repository

By Ankit Prajapati January 8, 2020

Most of the time of want to download the desired folder from GitHub repository but not complete repo. So…

how-to-make-a-searchable-drop-down-list-featured-image-coding-birds-online

How to make a searchable drop-down list in HTML

By Ankit Prajapati January 7, 2020

Scrolling a big list of countries, states or cities is annoying sometimes when you are filling a form asking…

coding-birds-online-how-to-submit-form-data-using-ajax-in-php-featured-image

How to submit form data using AJAX in PHP

By Ankit Prajapati January 4, 2020

Form submission is very common in websites or web applications. You might have noticed this in a variety of…

check-username-availability-in-php-using-ajax-coding-birds-online-username-is-available-featured-image

Check username availability in PHP using AJAX

By Ankit Prajapati January 2, 2020

If you are looking for the code to check username availability in PHP using ajax, then you are in…

coding-birds-online-how-to-make-a-dynamic-pie-chart-in-php-in-2-steps-featured-image

How to make a dynamic pie chart in PHP in 2 steps

By Ankit Prajapati January 1, 2020

The pie chart is the most important part of data visualization. If you are looking for the code to…

coding-birds-online-export-data-from-mysql-table-to-excel-file-in-php-featured-image

Export data from MySQL table to Excel file in PHP

By Ankit Prajapati December 28, 2019

Hello, beginners and coders, are you looking for the PHP script to export data from MySQL table to Excel…

Previous1 2 3 4Next
  • Recent Posts
    • Load more data using jQuery, AJAX, and PHP
    • Stripe payment gateway integration in PHP
    • Razorpay payment gateway setup in CodeIgniter
    • Login with Google account: using JavaScript OAuth Library
    • How to send email with attachment in PHP
  • Follow us
    • Facebook
    • Pinterest
    • Twitter
    • YouTube
  • Subscribe Us

    Enter your email address below to subscribe to my newsletter

  • Categories
    • AJAX & jQuery (8)
    • Bigginers (22)
    • CRUD Applications (3)
    • Free Resources (4)
    • How to Do (27)
    • Integrations (8)
    • Library & Frameworks (9)
    • More (24)
    • Payment Gateways (2)
    • PHP (11)
    • PHP/MySQL/JSON (21)
    • Tips & Tricks (4)
    • UI/UX & Front-end (11)
  • About Me

    Coding Birds Online is a blogging website, minimizes the difficulties of coding and development that every new fresher faces in his career. we provide information on free resources, techniques of coding and problem-solving codes on our website.

    Facebook Twitter Pinterest YouTube
  • Latest Posts
    • load-more-data-using-jquery-ajax-and-php-codingbirdsonline
      Load more data using jQuery, AJAX, and PHP
      August 10, 2022
    • integrate-stripe-payment-gateway-in-php
      Stripe payment gateway integration in PHP
      October 9, 2021
    • razorpay-payment-gateway-setup-in-codeigniter-coding-birds-inline
      Razorpay payment gateway setup in CodeIgniter
      August 31, 2020
  • Quick Links
    • Contact Us
    • About Us
    • Home
    • Privacy Policy
    • DMCA
    • Buy me a coffee

Copyright © 2020 Coding Birds Online | All rights reserved. Designed & developed by Ankit kumar

Top
Coding Birds Online

    Type above and press Enter to search. Press Esc to cancel.