Browsing Category
PHP
Modern PHP Security Excellent Benefits
In this article, we will discuss "Modern PHP Security Excellent Benefits". PHP significantly reduces many things like security issues, time issues, and garbage issues throughout the development of projects. It links well to the database…
How to Setup Apache, PHP & MySql on Windows 10
In this article, we will discuss "How to Setup Apache, PHP & MySql on Windows 10". When you are planning to install Apache, PHP & MySQL on Windows 10 machine, then We have two options to do this as given below:You can setup…
Unique Alphanumeric String in PHP
In this article, we will discuss how to create a unique alphanumeric string in PHP. We are creating a PHP function which creates a unique string contains letter and number (alphanumeric) with the character limit. These kinds of unique…
Secure User Authentication with Regex Validation
In this article, we will discuss how to make secure user authentication with regex validation. With this validation, we are forcing the user to add the password in a specific format. For example, User forced to add minimum 8 character…
Setup Virtual Host in Windows with Xampp Server
In this article, we are discussing Setup Virtual Host in windows on xampp server. You must be aware of XAMPP Server before this tutorial implementation. XAMPP is a cross-platform open-source web server bundle. Anyone, who is new to the…