This will show or hide stuff according to the IP
numero = 44[If ("[ipaddress]">"194.158.032.000")[!][/!]&("[ipaddress]"<"194.158.063.255"][Then]Don't show stuff[/Then][Else]Show stuff[/Else][/If]Note that IP addresses must be expressed as three-digit quadrants.Also notice the use of comment tags ([!] and [/!]) in this example to break the code into lines for ease of reading. Line breaks within a tag are not allowed.
[If ("[ipaddress]">"194.158.032.000")[!]
[/!]&("[ipaddress]"<"194.158.063.255"]
[Then]Don't show stuff[/Then]
[Else]Show stuff[/Else]
[/If]
DOWNLOAD WEBDNA NOW!
Amazon Web Services (AWS) README for Machine Image ID...
Download WebDNA ApplicationsWebDNA applications...
WebDNA ModulesA list of the currently available modules...
WebDNA reference...
WebDNA LibrariesA list of available libraries for WebDNA...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
Your server is not always in the same time zone as your web site...
Removing whitespaceHow can I remove all whitespace entered by a user from an input box (ie card number)...
How to keep the text variable after a function has finishedBy default...
ImageMagickUse ImageMagick to manipulate images when you upload them...
Handling credit card numbersEncrypting the credit card numbers does the job quite nicely...
How old am I?You want to express an age in years given the dob (mm/dd/yyyy) and today's date...