Browsing Category
PHP
7 posts
Installing PHP 7.2, 7.3 and 7.4 on RHEL 7 & CentOS
This is a step-by-step guide to follow when installing PHP PHP 7.2, 7.3, and 7.4 on RHEL 7…
How to Install XAMPP on Ubuntu using Terminal
XAMPP is a Linux PHP development environment, it is free easy to install Apache having PHP, Perl, and…
How To implement sessions in PHP
Starting a Session To begin a session in php there are two ways you can do this.the first…
How to Calculate Dates in PHP
An easy strategy to calculate the time between two dates in Hypertext Preprocessor is to make use of…
How to implement Authentication with PHP and MySQL
Determining New users although the web is anonymous we will as good be in a position to check…
Error Handling and Exceptions in PHP Programming
In PHP, error handling is used to handle runtime errors and exceptions that may occur during the execution…
How to Secure Web Server and PHP
As Programmers and IT Specialist apart from worrying on code security,installation and configuration of servers we use is…