Laravel 10 - CRUD Operation Tutorial for beginners step by step | Complete Laravel 10 CRUDFunda of Web IT2026-09-19 | Laravel 10 - CRUD Operation Tutorial for beginners step by step | Complete Laravel 10 CRUDPOS System END - PHP Part 25: Download bootstrap CSS codes locally & design frontend page in PHPFunda Of Web IT2023-10-20 | In this video, I have taught how to store bootstrap CSS codes locally & design the frontend home page in PHP.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 24: How to set Sidebar or Navbar Link to active in PHPFunda Of Web IT2023-10-20 | In this video, I have taught how to set the sidebar tab or navbar link to active in php. StartBoopstarp Admin Panel sidebar link set to active in php.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 23: Display Analytics - How to count total rows from MySQL database in PHPFunda Of Web IT2023-10-19 | In this video, I have taught how to make an application Analytics. this can be done by counting the total number of rows from MySQL database in PHP MySQL
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 22: How to make Filter orders data with date and payment mode in PHP MySQLFunda Of Web IT2023-10-19 | In this video, I have taught how to create a filter for orders list with order-date and order-payment_mode in php mysql.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 21: Download Invoice as PDF using jsPdf & create Print logic in jQuery PHPFunda Of Web IT2023-10-16 | In this video, I have taught how to print the html template/entity via printer and also how to download the Invoice as PDF with JS Library using jQuery in php.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 20: Create Invoice/Bill format & Display order details & Print, PDF downloadFunda Of Web IT2023-10-14 | In this video, I have taught about how to create a billing html format and display orders data in it for Print and download as PDF file. In next video, you will find the functionality about download Invoice/bill as PDF file.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 19: Display Order ITEMS data | Fetch data from 3 tables in 1 query in PHPFunda Of Web IT2023-10-11 | In this video, I have taught how to display Order ITEMS with customer & order data. Where we used SQL query to get data from 3 tables in 1 sql query in php and loop them using foreach each and display the data in html table.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 18: View Orders with customer data - Fetch data from two tables in php mysqlFunda Of Web IT2023-10-08 | In this video, I have taught how to list all the orders with customer data in it. Where we used SQL query to get data from two tables in php mysql and loop them using foreach each and display the data in html table.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 17: Place Order - Insert order & order items into DB w/ customer data in PHPFunda Of Web IT2023-10-07 | In this video, I have taught how to create order and order items table structure in mysql database and then insert order and its order items into mysql database in php mysql with customer data.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 16: Place Order - Add Customer if not exists & View Order Summary of CustomerFunda Of Web IT2023-10-05 | In this video, I have taught while proceed to place order, we are checking customer exists or not, if not exists then Add Customer and then proceed to place order and then view Order Summary of customer.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 15: Place Order - Check Customer exists or not before place order in phpFunda Of Web IT2023-10-04 | In this video, I have taught about how to start with place order for pos system, where first we are checking that customer phone number exists or not before placeing the order in php.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 14: Create Order - Remove Product Items from Session array by index value PHPFunda Of Web IT2023-10-02 | In this video, I have taught about how to remove product items from array session values by index key value in PHP.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 13: Create Order - Product Quantity Increment & Decrement using jQuery in PHPFunda Of Web IT2023-10-01 | In this video, I have taught how to make product quantity increment and decrement using jquery in php mysql. and also setup alertify js for showing alert message. and also reload a div area without page refresh/reload using jquery in php.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 12: Create Order - Displaying products data from Session variable in phpFunda Of Web IT2023-09-27 | In this video, I have taught how to display the stored products data in the html table format where the data is stored in session variable in php.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 11: Create Order - Adding products data in Session in php mysqlFunda Of Web IT2023-09-26 | In this video, I have taught about how to add products data in SESSION in php. This process is basicaly called as Cart system. Where this is the process of creating or placing order.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 10: Customer CRUD operation in PHP MySQL using custom functionsFunda Of Web IT2023-09-22 | In this video, I have taught how to create complete customer crud operation in php mysql, where we insert, read, edit, update, delete data using custom functions in php mysql.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 9: Product - Edit Update data with image upload and delete data in PHP MySQLFunda Of Web IT2023-09-20 | In this video, I have taught how to edit & update data with image upload in php mysql database and also delete data from database with image in php mysql.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 8: Product - Insert data with image upload and fetch data in PHP MySQLFunda Of Web IT2023-09-17 | In this video, I have taught how to insert data into database with image upload in php mysql. Where this data is about adding product with image to pos system.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 7: Category CRUD operation in PHP MySQL using custom functions.Funda Of Web IT2023-09-15 | In this video, I have taught how to make complete Category CRUD operation in php mysql.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 6: Login & Logout System with Authentication Check for Admin Panel in PHPFunda Of Web IT2023-09-13 | In this video, I have taught how to make complete login and logout system using session in php and also authentication checking process for admin dashboard also with banned or not in PHP MySQL.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 5: Admin/Staff Edit Update data & Delete from database in PHP MySQLFunda Of Web IT2023-09-08 | In this video, I have taught how to edit & update data into database in php mysql with admin/staff details. Also delete the admin/staff details from the database in php mysql.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 4: Create Admin/Staff & Insert data into DB and fetch data from DB in PHPFunda Of Web IT2023-09-07 | In this video, I have taught how to insert data into database and fetch data from database in php mysql, where these data is on Admin/Staff details where we create FORM step by step using bootstrap CSS.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 3: DB Connection and Create Custom Functions for CRUD SQL Query in PHP MySQLFunda Of Web IT2023-09-06 | In this video, I have taught how to give a database connection in php and also createing functions for CRUD operation (SQL Query) in php mysqli. How To Implement Insert Query function in PHP
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP Part 2: Admin dashboard integration & Setup project file structure in phpFunda Of Web IT2023-08-31 | In this video, I have taught how to integrate admin dashboard and setup file structure for this project in php.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPOS System in PHP MySQL Part 1 - Overview of POS System in PHP MySQLi Project TutorialFunda Of Web IT2023-08-26 | In this video, I have shown the overview of simple pos system in php mysql project. We will be creating this completed project from scratch in php mysql.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiCar Rental Management System in PHP MySQL | Car Booking Project | PHP Project with Paypal, RazorpayFunda Of Web IT2023-08-05 | Car rental services is a project developed in PHP MySQL. This application has a lot of features than a typical car booking application like upload mutliple images of the car, filter the cars based on many criteria, session based checkout for smooth user experience. Select your trip start date and end date and only the cars that are available for booking in that period will be displayed. Overall it is an feature packed application.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 25 - END - How to create Contact Form and Send Mail using Swift Mailer in PHPFunda Of Web IT2023-08-04 | In this video, I have taught how to create contact form and send mail through this contact form using swift mailer in php. Send email from contact form
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 24 - How to make custom insert function & update function in php for mysql insert update queryFunda Of Web IT2023-08-01 | In this video, I have taught how to make an insert function and update function to insert a new record with multiple columns and multiple values and update a records.
PHP Admin Panel with Website:
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 23 - How to do Password hashing and password verify in php mysqli | Password Encrypt & DecryptFunda Of Web IT2023-07-29 | In this video, I have taught how to do password hashing using php password_hash() bcrypt function and also do the password verification using php password_verify() function to decode the raw password and hashed password in php mysql.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 22 - How to set sidebar tab / menu / item to active in phpFunda Of Web IT2023-07-17 | In this video, I have taught how to set sidebar or navbar item links to active in php.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 21 - Frontend View : Web Page Design using Bootstrap 5 in PHP | Home & About page designFunda Of Web IT2023-07-17 | In this video, I have taught how to design web pages like home page, about us page, contact us page, slider / carousel using bootstrap, etc.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 20 - How to count total number of rows / data in PHP MySQL | Row count from db table in phpFunda Of Web IT2023-07-17 | In this video, I have taught how to get total number of rows or data count from database table in php mysql.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 19 - How to filter data from database in php mysql | Filter by date & status in php MySQLFunda Of Web IT2023-07-17 | In this video, I have taught how to filter data from database in php mysql where we are actually filter by status & date in php.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 18 - How to use DataTables in PHP | How to make pagination & search box in php using DataTablesFunda Of Web IT2023-07-16 | In this video, I have taught how to use or integrate jQuery dataTables with Bootstrap 5 in php. and also how to make pagination and search box in php using datatables.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 17 - How to use / integrate summernote editor with Bootstrap 5 in PHP MySQLFunda Of Web IT2023-07-16 | In this video, I have taught how to use integrate summernote editor with Bootstrap 5 in php
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 16 - Display Enquiries and view enquiry data by id & update enquiry status in php admin panelFunda Of Web IT2023-07-11 | In this video, I have taught how to fetch or list all enquiries list in html table and view / display each enquiry detail and also update its enquiry status as it is completed, cancelled, pending.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 15 - Create Service Enquiry Form | Insert enquiry / contact form data into database in phpFunda Of Web IT2023-07-10 | In this video, I have taught how to create service enquiry form using bootstrap. Where this enquiry / contact form data store into database using php mysql.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 14 - Display Services on website as card view & view each service by id/Slug in php websiteFunda Of Web IT2023-07-09 | In this video, I have taught how to display Services on website as card view
& view each service by Slug in php website.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 13 - Services : How to fetch, edit & update, delete data with image of Services in PHP MySqlFunda Of Web IT2023-07-07 | In this video, I have taught with an example device services where how to get data from database, edit data with image and update in php, and confirm delete data with image in php mysql.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 12 - Add Services : How to insert data with image upload in php mysql | PHP Admin PanelFunda Of Web IT2023-07-06 | In this video, I have taught how to insert data with image upload in php mysql, where this is a task of Adding Services to our project.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 11 - How to display social media list on website | Create Social Media CRUD in phpFunda Of Web IT2023-07-05 | In this video, I have taught how to make social media crud application and display social media lists on website.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 10 - How to use settings data on website in php | Create Top Navbar - footer area in phpFunda Of Web IT2023-07-01 | In this video, I have taught how to use settings data on website in php and create top navbar and footer section in php with data.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 9 - How to make website settings in php | Insert and update data using same form in phpFunda Of Web IT2023-07-01 | In this video, I have taught how to make website settings in php | Insert and update data using same form in php.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 8 - Secure Admin Dashboard with Authentication, based on ROLE and check ban status in phpFunda Of Web IT2023-06-27 | In this video, I have taught how to redirect to dynamic pages after successful login based on role in php mysql and also checking BAN status verification on login process in php.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 7 - How to create login system with session in PHP MySqli | Login page design using bootstrapFunda Of Web IT2023-06-25 | In this video, I have taught how to create login system with session in php MySQL, where we will design and create login page in php using bootstrap.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 6 - How to setup website structure in php | Integrate bootstrap and jQuery & make Navbar in phpFunda Of Web IT2023-06-24 | In this video, I have taught how to setup a structure for website building in php and integrate bootstrap & jQuery. Add Navbar using bootstrap code in php. Setup page title for each page
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 5: PHP Admin Panel - User CRUD How to fetch data, edit & update data, delete data in PHP MySQLFunda Of Web IT2023-06-21 | In this video, I have taught How to retrieve data from database to display in html table in php. How to edit data and update data into database in php mysql. How to delete data from database in php mysql
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 4: PHP Admin Panel - Insert data into database in php mysqli with form validation in phpFunda Of Web IT2023-06-16 | In this video, I have taught how to insert data into database in php mysql, where we create custom function for input validation, redirect to diff pages in php and show success message after form submit in php.
Follow us on Instagram: instagram.com/funda_of_web_it Subscribe to my Hindi/Urdu Channel: youtube.com/fundaofwebithindiPart 3: PHP Admin Panel - Create users / admin CRUD pages with form in php using bootstrapFunda Of Web IT2023-06-14 | In this video, I have taught how to create pages for users or admin with form in php using bootstrap. in this tutorial, only we covered designing of the FORM and in next video part 4 - we are interacting with database and core php code.