• Techblog369, India
  • June 8, 2023

How To Configure A Sendinblue SMTP Relay in Postfix?

Fix Email Issues in CyberPanel with SMTP Relay Setup Free Method. First Create a email using your Cyberpanel Under Emai Tab Create Email Second go to the SSL tab and click …

Create a simple password strength indicator with JavaScript

You’ve probably seen many examples of password strength indicators around the web. They let users know the password they’re using is weak and indicate how the strength changes when it’s modified. …

How to create PHP QR code and Save it to Database?

Hi In this Article I am going to show how to create QR code and save it to database also fetch QR Code in a Table Create a Page addqrcode.php in …

How to Send Multiple Files Attachment Mail using Laravel

Hi in this article i am going to show how to send multiple files attachment mail in Laravel. It’s simple example of Laravel send multiple attachment in mail. I explained simply …

PHP Send Email Using PHPmailer and any Email SMTP

Hi in this article I am going to show how to implement Email SMTP using PHP Mailer. First you have to download PHPmailer library  from github link is given below. https://github.com/PHPMailer/PHPMailer/tree/5.2-stable …

How to Create a space Between two variables in PHP?

Adding multiple white areas and line breaks in PHP code is vital for data format and displaying text properly on an online page. Strings from alternative software system is also victimisation …

An example Ajax file upload with pure JavaScript

The following HTML5 tags provide the required components to add a file selector and an upload button to any web page: <input id=”fileupload” type=”file” name=”fileupload” /> <button id=”upload-button” onclick=”uploadFile()”> Upload </button> …

Implement Password Reset option using PHP MySQL AJAX and JQuery

In this articles i am going to show how to create Change password option in using PHP AJAX and JQuery. Hope you have already configured login register and logout option. My …

How to install Composer in windows 7

In this articles I am going to show how to install composer in windows 7 First we have to download composer link is given below https://getcomposer.org/ Click on Run Click on …

How To Install and Use Composer on Ubuntu 20.04 digital ocean

Introduction Composer is a popular dependency management tool for PHP, created mainly to facilitate installation and updates for project dependencies. It will check which other packages a specific project depends on and …