Sending email from localhost is very useful to quickly test or debug your web application. Setting up the mail function will need a few steps. Send email using PHP mail() Create php file Create send_email_test.php file. Put the following code. It uses the PHP mail() function. By default, it will not work in localhost. To… Continue reading How to send mail from localhost in PHP using XAMPP?
Author: Mike Dalisay
I'm Mike Dalisay, a pro web developer since 2010. I love web development. Improving our tutorials and source codes makes me happy. Do you want to suggest an edit to our tutorial? Got something to ask about our source codes? You may use our comments section below or email our team at [email protected]
New member’s area launched!
Our new member’s area is now live! Our member’s area is currently only for our customers who purchased any of our source codes. Once you register and log in, you can see the list of all your purchases in one place. No need to repeatedly scan your email for your purchases. You can also download… Continue reading New member’s area launched!
JavaScript Tutorial for Beginners – Step by step guide!
Learn different ways of showing a “Hello world!” text on a web page using JavaScript. We will also learn how to use vanilla JavaScript plugins. We’re still working on this tutorial. Please subscribe so we can let you know once the tutorial is officially released. For now, you can choose to learn our Bootstrap tutorial… Continue reading JavaScript Tutorial for Beginners – Step by step guide!
REST API Authentication Example in PHP – JWT Tutorial
Previously, we learned how to create a simple REST API in PHP. The create, read, update and delete database records (CRUD operations) has been useful for our projects. Today, we will learn how to authenticate a user using REST API and JSON Web Tokens or JWT. In this tutorial, we will cover a basic sign-up… Continue reading REST API Authentication Example in PHP – JWT Tutorial
How To Create A Simple REST API in PHP? Step By Step Guide!
Previously, we learned how to create, read, update and delete database records (CRUD operations) with our PHP, MySQL & OOP CRUD Tutorial. Today, before we go to JavaScript programming, we will learn how to create a simple REST API in PHP. Enjoy our step-by-step tutorial below! Project Overview What is REST API? To define “REST… Continue reading How To Create A Simple REST API in PHP? Step By Step Guide!
Simple PHP Tournament Script – PHP & AngularJS – Download Source Code
Important Note: This script is not updated in a while. But it still works. Download at your own risk. Download and learn how this simple tournament script was made. Technologies used include PHP, MySQL, AngularJS, Material Design and jQuery. Script Overview This script is an addition to our tutorial: PHP, MySQL and AngularJS CRUD Tutorial… Continue reading Simple PHP Tournament Script – PHP & AngularJS – Download Source Code
Download The Social Media Scripts – LEVEL 3 – PRO PACK
Here in codeofaninja.com, we work hard to produce scripts that works – scripts that are truly useful for your projects or business. Downloading this LEVEL 3 PRO PACK now will give you the same features and quality support as if you buy them one by one. The only difference is you get a huge discount.… Continue reading Download The Social Media Scripts – LEVEL 3 – PRO PACK
PHP Contact Form Module
Download and learn how this simple PHP Contact Form Script was made. Technologies used include PHP OOP, MySQL, Bootstrap and HTML5. Script Overview This source code will enable you to add a ‘contact form’ feature on your website. This source code is a very good starting point if you’re trying to build your own ‘Contact… Continue reading PHP Contact Form Module