• Login

Snippets

Entries for January 2019

31
autocomplete="off" should do the trick! Put this in your <form tag or in every <input tag like this: <form autocomplete="off...

[Read the rest of this article...]

17
Select * from Clients  WHERE        (ClientEmailAddress NOT LIKE '%_@__%.__%') AND (LEN(ClientEmailAdd...

[Read the rest of this article...]