Find duplicate records and do something with them
numero = 207[!] ** Untested Code below ** [/!][table name=idandemail&fields=ie_ID,ie_EMAIL][/table][search db=main.db&neDB_EMAILdatarq=[blank]] [founditems] [append table=idandemail]ie_ID=[db_ID]&ie_EMAIL=[url][db_EMAIL][/url][/append] [/founditems][/search][search db=main.db&neDB_EMAILdatarq=[blank]&DB_EMAILsumm=T] [founditems] [text]found=[search table=idandemail&eqIE_EMAILdatarq=[url][db_EMAIL][/url]][/search][/text] [!] do something based off of [found] [/!] [/founditems][/search]
[!] ** Untested Code below ** [/!]
[table name=idandemail&fields=ie_ID,ie_EMAIL][/table]
[search db=main.db&neDB_EMAILdatarq=[blank]]
[founditems]
[append table=idandemail]ie_ID=[db_ID]&ie_EMAIL=[url][db_EMAIL][/url][/append]
[/founditems]
[/search]
[search db=main.db&neDB_EMAILdatarq=[blank]&DB_EMAILsumm=T]
[founditems]
[text]found=[search table=idandemail&eqIE_EMAILdatarq=[url][db_EMAIL][/url]][/search][/text]
[!] do something based off of [found] [/!]
[/founditems]
[/search]
DOWNLOAD WEBDNA NOW!
A compilation of some user's questions...
Tips and TricksA list of user-submitted tips ...
WebDNA ModulesA list of the currently available modules...
WebDNA LibrariesA list of available libraries for WebDNA...
WebDNA reference...
Download WebDNA ApplicationsWebDNA applications...
Use ImageMagick to manipulate images when you upload them...
Redefining [date] & [time] to match your time zoneYour server is not always in the same time zone as your web site...
Extracting the first sentence out of a block of textI need to extract the first sentence out of a block of text...
random password-generator codeGenerate a random alpha-numeric string...
Paypal IPN...
Using a simple Array of Variables with [interpret]The [interpret] context is very powerful command in the hands of a skilled WebDNA programmer...