Jump to content

numan82

Members
  • Posts

    32
  • Joined

  • Last visited

    Never

Everything posted by numan82

  1. Hi, I want to convert the Adbodb built in functions into MySQL functions. what is the equivalent solution. function buildTree_parent($treeBranch) { $query = "SELECT * FROM links WHERE address='$treeBranch'"; $this->db->SetFetchMode(ADODB_FETCH_ASSOC); $branches_rs =& $this->db->Execute($query); while(!$branches_rs->EOF) { $branches[] = $branches_rs->fields; $branches_rs->MoveNext(); } return $branches; } Please Post your replies! Thanks!
  2. Hi to all, do any body has the idea for how to implement the tree diagram/organizational chart using GD Library I want to have dynamic chart like the one given below. Thanks!
  3. hi, Thanks for the response, could you please help me to find out such example so that I can take only idea. Thanks! Numan
  4. Hi to all, I need to build a chart like the one given below in PHP/MySQL, so the text in the rectangles would be dynamic means can be add/deleted/updated etc do any body have idea on it, Please suggest me. Thanks!
  5. Hi to all, I need to build a chart like the one given below in PHP/MySQL, so the text in the rectangles would be dynamic means can be add/deleted/updated etc do any body have idea on it, Please suggest me. Thanks!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.