Can PHP and MYSQL Used to Develop MIS System?

Discussion in 'PHP' started by strike1, Feb 5, 2011.

  1. #1
    we are planning to develop Payroll & HR module. As PHP and MySQL is free we decided to go with PHP & MYSQL. Can it be used for such systems?
     
    strike1, Feb 5, 2011 IP
  2. G3n3s!s

    G3n3s!s Active Member

    Messages:
    325
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    80
    #2
    if you tell me what is Payroll, MIS, HR, I can tell you if you can do it with that :D I have no idea what it could be
     
    G3n3s!s, Feb 5, 2011 IP
  3. Simple Link Media

    Simple Link Media Peon

    Messages:
    38
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Of course it can but I don't think such systems should be based on scripts - I would prefer to have a client / server desktop application.
     
    Simple Link Media, Feb 5, 2011 IP
  4. gapz101

    gapz101 Well-Known Member

    Messages:
    524
    Likes Received:
    8
    Best Answers:
    2
    Trophy Points:
    150
    #4
    gapz101, Feb 5, 2011 IP
  5. srisen2

    srisen2 Peon

    Messages:
    359
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    you can use php and mysql to build anything you desire it is limited only to your restraint to employee it to do so. At times you will need to use extra tools such as javascript to process some requests although php can be used to process all mysql based actions concerning your base data input and output.
     
    srisen2, Feb 5, 2011 IP
  6. mallorcahp

    mallorcahp Peon

    Messages:
    141
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Definitely and don't agree with previous comment that such things should not be based on scripts. Why not? After all, is a browser / webserver not a client / server? Why desktop, and why compiled code?

    Almost everyone banks online nowadays, why should an HR system be any different?

    As long as the system is secure there is no need and as you say both PHP and MySQL are free so development costs are hugely reduced.

    Also, a webserver does not necessarily have to be on the internet, you can run it on your internal network.

    Would definitely look into some frameworks if it is for a large organization for scalability :

    Zend Framework for PHP - for one thing this puts all your scripts behind the public_html folder
    Prototype / jQuery for javascript / ajax
     
    mallorcahp, Feb 7, 2011 IP
  7. gapz101

    gapz101 Well-Known Member

    Messages:
    524
    Likes Received:
    8
    Best Answers:
    2
    Trophy Points:
    150
    #7
    You are right, but people have choice :)
     
    gapz101, Feb 7, 2011 IP