Search found 2 matches

by whypie
Wed Sep 02, 2009 5:42 pm
Forum: PHP - Code
Topic: putting data from multiple tables into an array
Replies: 3
Views: 374

Re: putting data from multiple tables into an array

excellent. the join worked. thanks. :lol:
by whypie
Wed Sep 02, 2009 1:58 pm
Forum: PHP - Code
Topic: putting data from multiple tables into an array
Replies: 3
Views: 374

putting data from multiple tables into an array

i am trying to get data from two tables and put them into an array that i can return to my template. - i should mention that im quite new to php. here are my tables: horses: id, name, owner_id owners: id, name i have a function called get_horses() that returns details on all of the horses, but i wan...