Showing posts with label send push notification to android using php fcm. Show all posts
Showing posts with label send push notification to android using php fcm. Show all posts

Monday, April 8, 2019

How to send push notification message on android/iphone mobile in php


How to send push notification message on android :

define( 'API_ACCESS_KEY', 'AIzaSyCpLu60wrNH5nTbOxnTC89YsLSJV7PwfAY' );
$message_txt =$_REQUEST['msg'];
$msg['message'] = array("other"=> array('title'=>$message_txt));
$registrationIds = array();
$mylink = "SELECT * FROM notification WHERE device_type ='android'";  // Ids whre send notifications