How to Send Push Notification by Using FCM(Firebase Cloud Messaging)
FCM is a new Cloud Messaging Services by Google under the Firebase brand, which inherits the GCM’s core infrastructure, plus SDKs and new features.
FCM is a new Cloud Messaging Services by Google under the Firebase brand, which inherits the GCM’s core infrastructure, plus SDKs and new features.
PHP Image Upload and create thumbnail without refreshing the page by using the jQuery Form Plugin. The tutorial contains three PHP files, and two js files include jQuery plugin. jQuery and JQueryForm Plugin PHP thumbnail generator function Features The image […]
This functionality is used to create pictures with text by using the PHP GD library. It is a straightforward process and also better than the users' default avatar picture looks. Includes Tutorial Files jQuery Plugin phptextClass file True Type Font […]
phpTextCaptcha is an open-source, free PHP CAPTCHA script to create complex images and protect forms from spam and abuse.
Sometimes you may need to password-protect your web page without using a database, and this tutorial can help you do so.
This PHP ArrayReplace function allows you to change the PHP array value using an array key or value. I recently came across this issue in my project, where I need to replace PHP array value by array key. Here's the […]
Many moments have come where I had a PHP array from a database, and I had to sort it based on some array key. This function is used to sort the array based on some columns.
Sometimes we need to validate the domain name, and we can easily do it by using regular expression or by using some of the inbuilt functions in PHP. But it does not mean that the domain name is actually registered and working.
PHP Media Gallery is an open-source, free PHP script to upload and display photographs and YouTube videos easily in one place. It can be used as the photo gallery, video gallery, or both.
PHP Time Ago functionality is used to display time in the different format.
Protect your web page by user authentication using the database.
PHP has different ways of email validation, and one of the most popular ways is to achieve this task by using a regular expression.
This is a user-defined PHP function that is used to split a time slot between the start and end time using time intervals. The function takes a start time, end time, and time interval as input and gives an array […]