HTML-Javascript How to validate a Url or link field ?
Collecting Website Address of a person or a company is very common.We have to validate urls to make sure we can reach them on that address
READ ARTICLE
Collecting Website Address of a person or a company is very common.We have to validate urls to make sure we can reach them on that address
READ ARTICLE
Usually, To verify identity of a user ,we will be sending a verification code or a link to users email account.In this article you will see how to do it
READ ARTICLE
Inputs like Date of birth, card expiry date, publication year etc require modified date value which unfortunately browsers won't be providing,so you will see how to do in this article.
READ ARTICLE
In some cases when you supply relative paths to imagick,you might be getting error message like UnableToOpenBlob No such file or directory @ error/blob.c/OpenBlob or WriteBlob Failed @ error/png.c/MagickPNGErrorHandler etc. You will see a work around for these error messages in this article
READ ARTICLE
You will see how to convert a date in one format to another format using php with an example
READ ARTICLE