Alphabets Validation on textbox in JS onkeypress
In this example, alphabet validation in Javascript “onkeypress” event to accept alphabets only. The onkeypress=”return onlyAlphabetsAccept(event,this);” function called in text
Read MoreWe Teach Art of Web Life …
In this example, alphabet validation in Javascript “onkeypress” event to accept alphabets only. The onkeypress=”return onlyAlphabetsAccept(event,this);” function called in text
Read MoreHow to add Email validation on keyup in jQuery – In this example, I have checked email validation on keyup event
Read MoreCheck Email Validation onblur event in Javascript – In this example, I have checked email validation on onblur by regular
Read MoreWhat is SEO Plugins – SEO stands for Search Engine Optimization. It helps their company/website higher in the rank of
Read MoreIn this example, we will show you how to add CAPTCHA in Codeigniter. Captcha Code Form – Controller (Captchaform.php) –
Read MoreImport csv file in MySQL using PHP with example : Let us tell you how to Import csv file in
Read MoreMySQL DATEDIFF() function returns the number of days between the two dates. The DATEDIFF() function takes two arguments date1 and
Read MoreHow to Calculate days between two dates in PHP – Calculate days between two dates is very easy task in
Read MoreWordPress is a Content Management System (CMS). It allows you to simplest, most popular way to create your own website
Read MoreAJAX stands for Asynchronous JavaScript And XML. It is not a programming language. AJAX allows web pages to be updated
Read More