Attendance Management system

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • phpmagesh
    New Member
    • Nov 2008
    • 119

    Attendance Management system

    Hi to all,

    I have one task to do using php but i don't know how to start with that, can anyone guide me to do that please.

    Task: want to create attendance management for organization using php. sign in time of office and sign out time of office, leave records, permission grading etc., i need to know the actual structure for this. from that only i can start with that.


    Can any one help me please,

    Regards
    magesh
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    Well, for starters, you'll need a DataBase, a form, and a PHP page to process the info. However, we cannot provide full solutions for you. Show us what you have tried and, more specifically, what you're having a problem with, then we can help you.

    Thanks,
    Markus.

    Comment

    • daniel2335
      New Member
      • Dec 2007
      • 49

      #3
      You can do all of that with a php script that interacts with a mysql database and creates a HTML page with the data.
      A good start would be to learn what you can do in all 3 languages so try out the w3school tutorials at W3Schools Online Web Tutorials

      To test your php files you will need to run them on a server or use a server emulator like apache but this can be tricky to setup at the best of times.

      Comment

      • Markus
        Recognized Expert Expert
        • Jun 2007
        • 6092

        #4
        Originally posted by daniel2335
        apache but this can be tricky to setup at the best of times.
        Not true. Use XAMPP - it makes setting up a test server simple.

        Comment

        • blyxx86
          Contributor
          • Nov 2006
          • 258

          #5
          I agree, Xampp is a very good place to start with a test server, it can be tightened down afterwards if needed. It installs MySQL, Apache and PHP along with some various other tools.

          When I was first starting to use MySQL, I was going to use Visual Basic as a front end application. I ran across a very helpful tutorial that covers something similar to how to setup a time management system.

          VBMySQL.com ยป The VB.NET-MySQL Tutorial - Part 1

          Again, there is a lot of code in VB, but the database schema and overall structure might be helpful to get you started on your project.

          Comment

          Working...