This topic is locked

PHP Code Snippet

8/19/2016 7:37:34 AM
PHPRunner General questions
M
mhollibush author

Not sure where to begin and any help would be greatly appreciated.
I have three tables
dogs, owners, and co_owners
each dog has a owner and a co_owner linked to them based on the ownerId and co_ownerId
On the owners and co_owners view page I want to create a list of the dogs they own
I am lost as to how to do this.
I am by no means a php / MySQL person and I am using PHPRunner to learn and Build a site.
It has been a great learning tool, but this problem is way over my head
Can someone please help
Thanks in advance

romaldus 8/19/2016



Not sure where to begin and any help would be greatly appreciated.
I have three tables
dogs, owners, and co_owners
each dog has a owner and a co_owner linked to them based on the ownerId and co_ownerId
On the owners and co_owners view page I want to create a list of the dogs they own
I am lost as to how to do this.
I am by no means a php / MySQL person and I am using PHPRunner to learn and Build a site.
It has been a great learning tool, but this problem is way over my head
Can someone please help
Thanks in advance


Just setup master detail relationship :
https://xlinesoft.com/phprunner/docs/master_detailes.htm