Crud CodeIgniter 4 with MySQL and MaterializeCSS
Looking for a guide on how to build a CRUD CodeIgniter 4 with MySQL and MaterializeCSS? Look no further! Download source code from Github.
Coding Tutorials and Anime fun
Looking for a guide on how to build a CRUD CodeIgniter 4 with MySQL and MaterializeCSS? Look no further! Download source code from Github.
Looking for a simple login system? Look no further! We’ll show you how to build a CodeIgniter login and registration system from scratch.
Want to build a image converter? One that change PNG to JPG or JPG to PNG or even GIF. Upload file and choose your desired format. And done.
Looking for a way to submit form without refresh? Look no further! Read on how to code jQuery submit form with Ajax without reloading page.
Looking for a simple PHP shopping cart with session support? Look no further! This shopping cart script is easy to code and supports sessions.
Need to build a registration form in HTML? In this tutorial, we will show you how to build a registration form in HTML and with PHPMailer. We create the form, style it, and add PHPMailer to send activation emails. Follow along and build your own registration form now.
Are you looking for a 3-step guide to Razorpay PHP payment gateway integration? Then look no further! Click here to learn more.
If you’re looking for an alternative to PHPMailer, consider using SendGrid PHP API. SendGrid’s PHP API is easy to use and fully supports localhost. Read More.
Have you ever wanted to develop an API but didn’t know where to start? In this guide, we’ll show you how to develop an API with PHP, JSON, and POSTMAN. We’ll also tips and tricks on how to use and test it. Read on to learn more.
To send emails with PHP SMTP PHPmailer is vital in most backend projects we develop. Situations will arise when the mail() function won’t be sufficient. Let’s Learn to use PHPMailer with Gmail SMTP.