Quote:
Originally Posted by darnoldy
Welcome, from another CIS expatriot.
There are many of us with the same wishlist.
--don
|
This is not that hard (except that I don't know PHP yet).
The post relationship is easy. 'Postid' of parent post (containing name) = 'parentid' in the child posts. To build a list of what a user has posted just
select * from post where user,userid = post,userid THEN spin through that list with
select * from post where parentid = (previous list's) postid.
My problem is I'm completely new to all of this. I know SQL and I can program; but I'm completely drowning in new terminology. :ermm:
Can you point me to other threads with the same request and maybe some code???
Bern