News

Verifying the PHP 8.1. installation With Apache 2 installed and PHP 8.1 configured, it will be necessary to verify that the installation is working.
The Stored XSS found in registration page and without unauthentication any malicious user could inject the Cross-Site Scripting (XSS) to hijack the admin session, it is a serious vulnerability that ...
mysqli.default_host ='localhost' Default user for mysql_connect () (doesn't apply in safe mode): mysqli.default_user ='root' Default password for mysqli_connect () (doesn't apply in safe mode): Note: ...
Users.php , Master.php On these page, application isn't verifying the authenticated mechanism. Due to that, all the parameters are vulnerable to broken access control and any remote attacker could ...
For Red Hat and CentOS sudo dnf install httpd Once installed, navigate in your web browser to either “127.0.0.1” or “localhost.” If it displays “It Works!” that means your Apache installation is ...
sudo apt-get install php8.1-fpm -y In this instance, we have installed version 8.1 of the PHP and PHP-FPM packages. A common mistake is to install the PHP, not PHP-FPM package. The problem with this ...
Now, let us write a sample PHP code based on the above steps. PHP Code to Connect to MySQL Create a new PHP file named Connect_data.php under the /htdocs directory with the following contents in it.