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
Install / Setup PHP

How to Install MySQL on CentOS 7

September 28, 2019 No Comments
install mysql on centos
Install MySQL on CentOS 7
Install MySQL on CentOS 7

You can get simple and understandable steps to install MySQL on CentOS. Before we move into the installation, let’s have a brief look on the MySQL.

If you don’t have installed PHP on CentOS 7 you can install one by following These Instructions.

What Is MySQL?

Let me tell you. MySQL open-source tool and Database Management System. MySQL is a fast, stable, true multi-user, multi-threaded SQL database server. Apart from the free edition, MySQL also offers other services like MySQL Enterprise Edition, MySQL Cluster CGE, Oracle MySQL Cloud Service and MySQL for OEM/ISV.

Drupal, Joomla, phpBB, and WordPress are some examples of MySQL database-driven web application. Facebook, Flickr,MediaWiki, Twitter and YouTube are some examples of MySQL database–driven websites.

Continue reading
Written by: Vijay Poshiya
Install / Setup PHP

Install PHP on CentOS

September 18, 2019 No Comments
install PHP on CentOS
Install PHP on CentOS
Install PHP on CentOS 7

You can get simple and understandable steps to install PHP on CentOS. Before we move into the installation, let’s have a brief look on PHP.

What is this PHP? Let me tell you. PHP means Hypertext Processor, which is a programming language for web development. You can create dynamic web page contents or images as you wish.

CentOS is a Community Enterprise Operating System. It is an open-source platform for non-productive developmental work. For production concern, those works can be migrated to RHEL (Payable) Linux distribution platform.

For now, we can focus on PHP 5.6, which will be the basic version widely used. Later will explain to you how to install any version of PHP on CentOS.

Continue reading
Written by: Vijay Poshiya
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 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 2 of 2«12

Subscribe to our newsletter!

Categories

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

© 2026  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