How to install Laravel on windows using wamp server

Hey, Today I am going to tell you about Laravel Framework. Laravel is no doubt the most popular PHP framework. It allows you to create web fast and easy

Read More

How to force redirect HTTP to HTTPS in Laravel 6.x, 7.x and 8.x and more

Hey friend, are you facing an issue of not secure a URL. Then don't worry about this, the best solution of How to force redirect HTTP to HTTPS in Laravel 6.x, 7.x and 8.x and more upcoming Laravel versions.

Read More

Login with Facebook using PHP

Hmm, If your website has a customer base section or any kind of customer interaction activity, then you must need to add login with Facebook.

Read More

Convert multidimensional array to XML file in PHP

Convert multidimensional array to XML file in PHP, XML stands for eXtensible Markup Language. XML is a markup language that encodes documents in a machine-readable and human-readable format.

Read More

Top 10 PHP Tips And Tricks For Beginners

Top 10 PHP Tips And Tricks For Beginners, require , require_once, include or include_once, class for repeated tasks, functions flexible, character encoding for a mysql connection, Prepared Statements for SQL injection attack, switch instead of stringing I

Read More

How to secure input in php - with complete example

In PhP you need to implement this one for secure input for MySQL. This one also help to know you about your question.

Read More