Dear All,

I am interested to develop some intranet(product) tools using php

plz suggest some intranet applications that will be developed using php

regards
bvsureshbabu

    What do you want to develop? (or was that the question) There are countless systems you could develop.
    First figure out what you want it for, what you want it to do write all this down and then work from that.
    HTH
    Rob

      hai,

      my query is suggest some intranet applications that will develop using php

      why cant u suggest some of applications form your 'countless systems'

      regards
      bvsureshbabu

        For Any Company
        Payroll,accounts, company news, customer management

        For A Sales Copany
        product management(this could be very different for different types of product of could be a generic system)

        The list could go on indefinately.
        HTH
        Rob

          currently I am developing a reminder system for unpaid bills, completely programmed in PHP (OOP), running on our intranet, with a MySQL backend

          it is a fairly complex system, generating the reminders in PDF-format, and distributing them by email, fax or snail-mail (printed PDF), depending on what addressing-information we have on file of the client

          the system has an administration-panel from where the data of the bookkeeping-system is being read, the reminder-batch is being started etc.
          administration has many features such as blocking certain clients, generating so called 'blacklists' of clients which do not pay after X-times, resending and reprinting the reminders, change client-details and many many more

          this is the biggest web-based-application I have ever programmed 😃

          since the system is very complex, I wrote detailed technical specifications, before I even started to code a single line

          writing the specs I ran into some problems, such as : how to print a PDF from PHP on a remote network printer, which works fine now šŸ†’

          so if you want to develop such a 'big pain in the *ss', I suggest you write the specs first and solve implementation-issues before you code a single line, and to prevent headaches, use PHP-OOP

            I'm developing/admining an intranet in education - we've got stuff like timetables, lists of clubs and events, messaging, homework reminders and subject related content.

            The list was endless when we wrote out what we wanted it to do!

              Dear All,

              thanks to everybody for giving valuable information

              some more application list needed

              specifying some more applications is appreciated

              regards
              bvsureshbabu

                Lately we have made a room booking system. Allowing users to allocate seats etc. It sends out reminder emails, even to the cleaners for after the event.

                I have also been working on a Web based userid password reset application. After the user has logged in the app interfaces with UNIX and then emails them their new random password.

                SOL

                  I am building a contact intranet for an Emergency Road Service Company allowing them to update and create contact lists for specific garages along with Quartely employee reviews and a daily problem log.

                  Database has well over 20,000 records total and humming along fine

                    I had a lot of fun programming a tournament-management system for our regular LAN-Party. Including Server-Reservation Graphical Tree Display, Full User Management, News etc. , all together a package of fairly simple scripts but fun nevertheless.

                    Only bad thing is, one never has time for the things one likes to do šŸ™.

                      Hi,

                      I am programming a datastorage / manipulation system for high resolution remote sensing data & metadata, so that new persons do not have to start of writing programs to work with their data, and the data is accesable to all people in the building (Currently 600 persons).

                      Will run on linux host, Mysql backend / PhP/HTML GUI.

                      J.

                        Dear All,

                        thanks to everybody for giving valuable information

                        i am sure that this information will be helpful to the new php learers and developers.

                        some more application list needed

                        specifying some more applications is appreciated

                        regards
                        bvsureshbabu

                          Im surpised you havent looked around in hotscripts.com

                          There are literally thousands of examples.

                          Just a few i can think of..

                          Jobs to complete --Generates a list of Jobs for employees that need to be completed once completed they give like signature eg.. there name etc

                          Employee Shift Log -- Shows when an Employee works etc...

                          Accounting -- Dont think its come up yet. But things like Looking after Bills etc

                          A Client Contact List --Shows if they have any outstanding debts etc.. Where they are.. etc etc

                          The rest of them have been said before.

                            I'm currently creating an entirely editable site. PHP creates all my graphics for me, allowing me to define new colour schemes for my site just me entering two HEX colour codes (with some integration with CSS 😃 )

                            The site is entirely managed by non-experienced staff, via forms (and a great script I've found called HTMLarea, which allows MSWord like textareas, v. useful). Staff (password protected obviously) can post polls, add events to calendar, create their own pages, register other staff, edit their staff profile.

                            I've also built a simple search engine that goes through a specified list of files on my site, removes the headers and footers, takes out HTML tags, then chucks it into a database. This database can then be searched via a form, and the results are ordered by relevance.

                            Anything else?

                            A more appropriate, and shorter question, might be, what can PHP not do. Or, what can the users of these forums fail to provide a creative way of doing with PHP?

                            ucbones

                              Dear Friends,

                              Thanks to all

                              Required more applications

                              regards
                              bvsureshbabu

                                I have ever developed an Online Translation System that able to translate French sentences to English.
                                It is purely using PHP and MySQL without involving any Artificial Intelligence stuff (mainly becoz I have no idea on AI).

                                This kind of system is only suited for rough and quick translation. So, just to get the main idea on what exactly a document is trying to say. šŸ™‚ Pretty interesting huh?!

                                Example of such system are METEO, babel.altavista.com, etc.


                                I was very frustated when the first time I gotta develop this system (for my Bachelor Degree final project). Dunno where to start and how to start. Ask here... but no one have a clue. šŸ™

                                  My First project with PHP. Just a student u know šŸ˜‰

                                  Runs on Linux red hat 8
                                  Uses MySql as database
                                  phpMyadmin for database

                                  Help : the internet (especially phpbuilder.com)
                                  my experience of a little bit of programming (asp, html, cobol, access, VšŸ˜Ž

                                  Self installed machine running everything, running for intranet and all company's connected by a VPN

                                  Login system for inserting images onto harddrive
                                  Sounds stupid but I try to think about the future...
                                  So I ended up with 14 tables...

                                  Inserting, updating info, removing, searching...

                                  The basics, but it's a good thing to start with...
                                  I didn't know scratch of php when I started...

                                  And know, I'm loving it, every day more and more...
                                  And I hope one day I will find work in this sector. 😃
                                  hint hint, anybody??? šŸ˜‰

                                  Hope this will do šŸ˜‰

                                  enjoy

                                  greetz

                                  system

                                    My current project is building an entire retail management system for my company. Includes things like user management/access rights, contact management, price management, order fulfillment, and more data crunching reports than you can shake a stick at. šŸ˜‰

                                      a year later

                                      Hello all,

                                      Many topics, projects scopes have been suggested and which are really valuable for developing those.

                                      With reference to "intranet application development", I would like to know, what type of settings are to be made for LAN setup?

                                      For example, there are 4 PCs connected in LAN. All PCs are having Windows 98, Apache, MYSQL installed.

                                      To develop "any of the suggested intranet apllication", where to install the database, where to keep all the required PHP, CSS etc. files and how to access those within LAN?

                                      Is it required to set DNS entries or something else to access these files?

                                      Can anybody explain these points in detail ?

                                      [ Many of the members have given different "application development scope" for intranet system, explanation for this is also helpful. ]

                                        Write a Reply...