TYBCS PHP

Assignment 1

Assignment 2

Assignment 3

Assignment 4

Assignment 5
NEW UPDATE

Post a Comment

15 Comments

  1. what about assignment no 6-11?

    ReplyDelete
  2. please add the solution of ass 6 to 11

    ReplyDelete
  3. Great content... Softlogic Systems is a leading software training institute in Chennai. We are providing one of the best PHP training along with placement support. Please visit our website:
    Best PHP Training Institute in Chennai

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete
  5. This comment has been removed by the author.

    ReplyDelete
  6. Great post.

    Become a Data Science expert with us. study Data Science Course in Hyderabad with Innomatics where you get a great experience and better knowledge.

    ReplyDelete
  7. Great Post! Thanks for sharing. Keep sharing such information.

    php Training in Noida

    ReplyDelete
  8. Great Work Boss...
    also Share Data Science Practical Assignment

    ReplyDelete
  9. Very conveyable blog! To Hire a flutter developer, I preferred to perform the same process via Eiliana.com. They are equipped with a talent pool from multiple tech domains to assist businesses like us.
    Thanks a lot to them.

    ReplyDelete
  10. @startuml
    title Warehouse Management System - Component Diagram

    ' Components
    component "Admin Module" as Admin {
    interface IAdmin
    Admin : manages warehouse
    }

    component "Warehouse Module" as Warehouse {
    interface IWarehouse
    Warehouse : stores products
    }

    component "Product Module" as Product {
    interface IProduct
    Product : managed by warehouse
    }

    component "Supplier Module" as Supplier {
    interface ISupplier
    Supplier : supplies products
    }

    component "Order Module" as Order {
    interface IOrder
    Order : processes product orders
    }

    component "Employee Module" as Employee {
    interface IEmployee
    Employee : manages shipping
    }

    component "Shipping Module" as Shipping {
    interface IShipping
    Shipping : handles delivery
    }

    ' Relationships
    Admin -[hidden]-> Warehouse
    Warehouse --> Product : Stores >
    Product --> Supplier : Supplied by >
    Supplier --> Order : Processes >
    Order --> Shipping : Handles >
    Warehouse --> Employee : Has >
    Employee --> Shipping : Manages >

    @enduml

    ReplyDelete