how to create family tree in php?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lokeshyourfriend
    New Member
    • Jul 2007
    • 2

    how to create family tree in php?

    i need code for creating family tree in php.
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    Google this then. 'family tree script php'

    We do not provide code. We help with already written code.

    Good day.

    Comment

    • micky125
      New Member
      • Sep 2008
      • 36

      #3
      Hope this willhelp as it is something i created for my own program. It basically creates a binary tree but only each parent can have two children but this should be easily fixed to be dynamic and also you will need to find a way to reference the array if a parent has no children.


      <Code removed>

      hope that how u do code it my first reply
      Last edited by Atli; Sep 16 '08, 02:42 AM. Reason: Removed complete solution

      Comment

      • Atli
        Recognized Expert Expert
        • Nov 2006
        • 5062

        #4
        lokeshyourfrien d.
        The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

        And micky125.
        Please do not provide complete code solutions to peoples problems.
        We aim to help people write their own code and solve their own problems.
        Simply providing them with a complete solution doesn't help them as much in the long run.

        All of this, and more, can be found in the Posting Guidelines, which we expect all members to follow when posting in these forums.

        Thank you.
        Moderator

        Comment

        • micky125
          New Member
          • Sep 2008
          • 36

          #5
          No Probs Atli remember it in future

          Comment

          Working...