php-reporting tool

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • seralasu
    New Member
    • Oct 2006
    • 34

    php-reporting tool

    Hi,
    I have a problem about reporting in php. Other program languages have reporting tools like Java --> ireport, .NET --> crystal report but I don't know how to do in php.
  • TheServant
    Recognized Expert Top Contributor
    • Feb 2008
    • 1168

    #2
    Don't know any myself, but just typing your post title in google I got some ideas.

    Try PHP Report Maker - it's free.

    Comment

    • seralasu
      New Member
      • Oct 2006
      • 34

      #3
      Originally posted by TheServant
      Don't know any myself, but just typing your post title in google I got some ideas.

      Try PHP Report Maker - it's free.

      I tried to find in google but I don't find anything. Nevertheless , thanks for your reply.

      Comment

      • gnawz
        New Member
        • Nov 2006
        • 64

        #4
        Originally posted by seralasu
        I tried to find in google but I don't find anything. Nevertheless , thanks for your reply.
        Hey,
        Every programming language has strong and weak points. PHP, I know gives resources to be able to do anything much m,ore than in any other language! Otherwise there are many free tools for almost anything in PHP but they might not suit your needs fully!

        You can actually code a report function.
        Fetching data from database and displaying it in tables,frames or forms.

        Comment

        Working...