SELECT *
FROM dbo.cats
ORDER BY catid
#catname#
SELECT *
FROM dbo.links
where itemid = #url.id#
order by sortorder

#linktext#
#linkdesc#
CLICK HERE
|
|
SELECT *
FROM dbo.items
where itemid = #url.id#
#itemname# by #itemmanuf# |
|
#paragraphformat(itemdesc)#
| Read memories from others. |
SELECT *
FROM dbo.memories
where itemid = #url.id# and approved=1
order by dateadded desc
This memory was added on: #dateformat(dateadded, "mmmmm d,yyyy")#
#paragraphformat(memory)#
#name#
#dob#
#emailaddress#
SELECT *
FROM dbo.items
where itemid = #url.id#
There are currently no memories for #itemname#.
Be the first one! Click the link above.
|
|