Home
PHP
Codeigniter
AI
Google Web Stories
Install / Setup
Demos
About Us
Contact Us
PHP Advices Programming Blog - Tutorials About PHP, MySQL, Ajax, JavaScript, Jquery and Web Development
  • Home
  • PHP
  • Codeigniter
  • AI
  • Google Web Stories
  • Install / Setup
  • Demos
  • About Us
  • Contact Us
Browsing Category
PHP

Send Push Notification to Android Using PHP And Firebase

September 3, 2019 55 Comments
send-push-notification-to-android
send-push-notification-to-android
Push Notification to Android

Basically, we have used GCM(Google Cloud Messaging) for sending push notification to Android devices.
Recently Google has been launched Firebase Cloud Messaging (FCM), the latest version of GCM (Google Cloud Messaging) with more properties.

This article is useful for the PHP developers who want to send push notifications by using PHP with FCM(Firebase Cloud Messaging).

Push notification was a viral protocol which gives bloom to business in Today’s digital world. Here we will explain to you about, What is Push Notification? How to create a Push Notification using different platforms/services like PHP (Hypertext Preprocessor ), GCM (Google Cloud Messaging) and FCM (Firebase Cloud Messaging)? Let’s start

Continue reading
Written by: Vijay Poshiya
Install / Setup

Generate a Firebase Server Key

August 19, 2019 5 Comments
Generate-a-Firebase-Server-Key

Firebase Server Key is used to send push notifications to Android devices and this Server API Key to identify your firebase app. Let’s Generate a Firebase Server Key

Create a Firebase project and Get your Server Key

1) Login to the Firebase Developer Console and if you haven’t created a project yet, click “Create Project”.

Continue reading
Written by: Vijay Poshiya
Install / Setup PHP

PHP IMAP Extension – Install / Enable IMAP In PHP

August 13, 2019 No Comments
install or enable IMAP extension in php
install or enable IMAP extension in php

by default, the IMAP for PHP is deactivated. First, you need to check whether PHP IMAP is installed or not. lets check with phpinfo() function.

Check PHP IMAP Is Install.

1) Create a new file in your root directory called “whatever.php” and put below small code on this file.

1
2
3
<?php
phpinfo();
?>

Note: it is not a good practice to name the file “phpinfo.php”, because some attackers search for files with that name on your servers. so, please keep it in your mind.
2) Now, run this file from your favorite browser.
3) You can check the same as snap below.

phpinfo()
Continue reading
Written by: Vijay Poshiya
Codeigniter PHP

Get Domain Name from URL in PHP

August 1, 2019 2 Comments
Get Domain Name from URL in PHP
Get Domain Name from URL in PHP
Get Domain Name from URL in PHP

Recently I need to get the domain name from the URL. This is a small task but it is very useful stuff. In this short article, We’ll provide you simple and easy code to get the domain name from URL in PHP.

First you need to parse URL using parse_url(). you can get the array from parse URL. Now, you can get the specific host from the array using $parse[‘host’].

Continue reading
Written by: Vijay Poshiya
Page 3 of 3«123

Subscribe to our newsletter!

Categories

  • AI
  • Codeigniter
  • Install / Setup
  • JavaScript
  • JQuery
  • PHP
  • Ubuntu
swachh-bharat-abhiyan

© 2025  PHP Advices

  • Sitemap
  • Privacy Policy
  • Disclaimer
  • Terms and Conditions
  • Contact Us
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. ACCEPTREJECTRead More
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT