Forums
This topic is locked
Delete from dynamic menu
Posted 22 years ago
1
has voted
22 years ago kian peow theng posted:
I'm using Dreamweaver MX. I have a list/menu which is dynamically filled from a database. The problem is in deleting an item from the list/menu. Can someone please help me or direct me to information which will guide me through this? Replies
Replied 22 years ago
22 years ago Iain Stewart replied:
can you simple not remove it from your database ?
If your talking about removing duplicate entries, try using
SELECT DISTINCT Column
FROM....
in your sql code that will remove duplicates.
Iain
head hurts, 'mental note to self, stop banging head !'
If your talking about removing duplicate entries, try using
SELECT DISTINCT Column
FROM....
in your sql code that will remove duplicates.
Iain
head hurts, 'mental note to self, stop banging head !'