Mailing is a very important functionality in any web application, I’ll share how to send mail using PHP mail() function.PHP mail() function is used to send mail from the web server. You can send mail as plain text or with HTML element.
ERROR 2002 : Can’t connect to MySQL server through socket
in this tutorial, We’ll Learn how to fix MySQL ERROR 2002 Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock.
Live Username Availability using PHP & jQuery
In this tutorial, We will learn how to implement username live check availability feature using PHP, jQuery and MySQL.We will send AJAX request to the server-side script(PHP) and get a response from the ajax request as a JSON object.
How to Create Triangle in PHP
How to create a triangle in php, This is a very common question for beginner and intermediate-level programmers. I will share a script that will generate a triangle using PHP. This is a very common type of question in interviews. The programming languages can vary but the question will same as how to generate a […]
How To Fix zsh command not found npm
This node tutorial help to solve “zsh:command not found:npm” error, We’ll replicate the issue and solve the issue using npm.