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

Convert HTML to MS Word Document using PHP

March 15, 2022 No Comments
Convert-HTML-to-MS-Word-Document-Using-PHP
Convert-HTML-to-MS-Word-Document-Using-PHP
Convert-HTML-to-MS-Word-Document-Using-PHP

You can get simple and understandable steps to convert HTML to MS Word documents using PHP. Before we move into the conversion that can be done using PHP, let’s have a brief look at PHP.

Continue reading
Written by: Vijay Poshiya
Codeigniter PHP

IMPORTANT HTACCESS FILES TUTORIAL AND TIPS

August 10, 2020 No Comments
htaccess-file-tutorials
htaccess Files Tutorial
.htaccess Files Tutorial

You can get simple and understandable steps to easily configure .htaccess file. Before we move into the code that can be done using .htaccess , let’s have a brief look .htaccess file. htaccess redirect rule to redirect your site.

What is .htaccess file?

Htaccess is a configuration file used on web servers. Htaccess file used for running the Apache Web Server software to enable/disable the functionality of the Apache Web Server, .htaccess file is loaded into a directory of Apache Web Server software. Also, the functionality of .htaccess file directories can be accessed by the web servers to perform its operations.

There are N number of functionalities can be done through .htaccess files, which are explained below with their coding part. Let’s familiar the most commonly used and important functionalities of .htaccess file system.
htaccess is a powerful Apache configuration

Continue reading
Written by: Vijay Poshiya
Install / Setup Ubuntu

Setup FTP With FileZilla On Google Cloud

March 6, 2020 No Comments
setup-ftp-with-filezilla-on-google-cloud
Setup FTP With Filezilla On Google Cloud
Setup FTP With Filezilla On Google Cloud

In this article, I will help you to setup FTP with FileZilla on google cloud to manage your files. You can connect, transfer and edit files on your VM Instance remotely. You can get simple and understandable steps to setup FileZilla on google cloud. Let’s have a brief look on PuTTY.

Before We Setup FTP With FileZilla On Google Cloud

Install PuTTYgen – We need to install PuTTYgen on our system. If you are working with Ubuntu you can check out our article How to Install PuTTY on Ubuntu Linux

Using PuTTY you can generate SSH Key. You can use this application to generate a private and public key pair in order to encrypt the connection between your Google Cloud instance and FileZilla.

Install FileZilla – We need to install FileZilla

Continue reading
Written by: Vijay Poshiya
Install / Setup Ubuntu

How to Install PuTTY on Ubuntu Linux

November 16, 2019 No Comments
install-putty-on-ubuntu
how-to-install-putty-on-ubuntu
Install Putty on Ubuntu Linux

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

What is this PuTTY?

PuTTY is a very useful tool for remote access to server. PuTTY is the most popular SSH client toll. it is not only limited to the Windows operating system. You can also use this on Linux and macOS.

PuTTY supports many protocols such as SSH, SFTP, serial, Telnet, rlogin, SCP, etc. the PuTTY SFTP client used to securely transfer files between client computers with the SSH connection Learn Mor About Putty.

Continue reading
Written by: Vijay Poshiya
Install / Setup

How To Install Node.js on a CentOS 7 Server

November 15, 2019 No Comments
install node js on google cloud
Install Node JS on CentOS

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

What is this Node.js?

Let me tell you. Node.js  is an open-source tool. In the Server, Java-script is used in Node.js. Node.js can be used on multiple platforms like Windows, Linux, Unix, Mac OS X, etc., It is designed to build scalable network applications. it can be used to develop scalable systems, because of its non-blocking feature. Node.js is an efficient and easy than a traditional web server model.

What is this CentOS?

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.

Let’s have a quick look on Node.js features and versions available!!!
Continue reading
Written by: Vijay Poshiya
Install / Setup PHP

How to Install phpMyAdmin on CentOS 7 – Google Cloud

September 30, 2019 No Comments
install phpMyAdmin on centos
install phpMyAdmin on centos
install phpMyAdmin on centos

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

What is this phpMyAdmin?

Let me tell you. phpMyAdmin is an open-source tool, which used to administrate MySQL over the web interface. phpMyAdmin is also used in MariaDB Database Management. phpMyAdmin is a GUI (Graphical User Interface ) based application. phpMyAdmin is available in 79 languages.

What is this CentOS?

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.

Let’s have a quick look on phpMyAdmin features and versions available !!!

Continue reading
Written by: Vijay Poshiya
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
Ubuntu

How to Install Postman on Ubuntu

September 26, 2019 No Comments
install postman on ubuntu
install postman on ubuntu
install postman on ubuntu

Postman is a most widely used API development environment that helps you to manage your APIs in every place of development from testing and debugging your APIs.

Makes API development easier,faster and better. Postman started as a Chrome Extension and quickly become one of the most used and popular API development tools by developers all over the world.

The Postman is available as a native app for macOS, Linux, and Windows. Although it is possible to install and use Postman as a Chrome app, You may have seen the yellow warning on the Postman Chrome app indicating that Google is deprecated Chrome apps.

Simple three steps to install Postman on Ubuntu 16.04 and Ubuntu 18.04 using the Snap package.

Continue reading
Written by: Vijay Poshiya
Install / Setup

Install Apache on CentOS

September 18, 2019 No Comments
install apache on centos
install apache on centos
install apache on centos

You can get simple and understandable steps to install apache on centos. Before we move into the installation, let’s have a brief look on APACHE WEB SERVER.

What is this Apache Web Server? Let me tell you. Apache Web Server was an open-source web server, widely used for websites because it is having the best compatibility with any website or software packages. Multiple websites can be served through virtual hosting by a single Apache installation.

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.

Let’s have a quick look on Apache Web Server features and versions available.

Continue reading
Written by: Vijay Poshiya
Install / Setup PHP

Install PHP on CentOS

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
Page 2 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