Technologies
How to install angular in PC
https://youtu.be/bxj0M0kY8NA
Websites:
https://nodejs.org/en/
https://www.typescriptlang.org/
https://angular.io/cli
https://code.visualstudio.com/download
http://localhost:4200/
Command should enter in cmd:Step 1: node -vStep 2: npm -vStep 3: tsc -vStep 4: ng -vSuccessfully Angular installed.
Web designing
Tech
CCAvenue Payment Gateway Integration in WordPress
CCAvenue Payment Gateway Integration in WordPress
Are you making a website in WordPress? Do you want to know? The process of CCAvenue Payment gateway integration...
Digital Marketing
5 Internet secret tips – 2020
https://youtu.be/bvvxGQGLftw
download shareaccount from google webstore in google chrome and add to extension.go to google translate and type your webaddress which is not opening browser,...
Most popular
Online POS software – Multi Store Inventory Management
Owner able to control multi outlets from one place.This is suitable for small, medium and Large Organization businesses.Easy to use Point of Sales System...
Mobile OTP Verification using Firebase in PHP-Tamil
Source Code:
https://github.com/rftriazislam/firebase-phone-auth-php
https://youtu.be/4N7LVarqb5U
Fish And Meat Online Delivery Android App with Interactive Admin Panel
Admin Features
Admin can see the total number of Registered users, Total Order, Total Product, Total Category, Total Deactivate User, Total Testimonial, Total SaleAdmin can...
MASODAS File Virus Removed/Decrypt Tool Found+Data Recovered (English)
STOP Ransomware Decryptor – How to Decrypt Files (Updated)
This is an article, created to explain how you can decrypt files, encrypted by STOP Ransomware...
Bulk SMS
Online POS software – Multi Store Inventory Management
Owner able to control multi outlets from one place.This is suitable for small, medium and Large Organization businesses.Easy to use Point of Sales System...
CCAvenue Payment Gateway Integration in WordPress
CCAvenue Payment Gateway Integration in WordPress
Are you making a website in WordPress? Do you want to know? The process of CCAvenue Payment gateway integration...
[Part – 7] How Pagination works in PHP – Tamil
users.php
<?php
include('security.php');
include('includes/header.php');
include('includes/navbar.php');
?>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<div class="modal fade" id="addadminprofile" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
...
Online Billing Software
Features:
Multi WarehousesMulti UsersAccountingQuotationCustomer Advance Payments ManagementSales & Purchase Invoice & Payments ManagementSales & Purchase Return Invoice & Payments ManagementCustomers & Suppliers Management & Import...
How Registration forms works using PHP
register.php
<?php
include('security.php');
include('includes/header.php');
include('includes/navbar.php');
?>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<div class="modal fade" id="addadminprofile" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
...
Mobile App
How Login system works using PHP source code
Login.php
<?php
session_start();
include('includes/header.php');
?>
<div class="container">
<!-- Outer Row -->
<div class="row justify-content-center">
<div class="col-xl-10 col-lg-12 col-md-9">
...