Typing Test
Today I am going to share Typing Test Game. Where you Type to alphabets and get point. You can use html, javascript and jqury to create this game. I have give you Demo link in below where you can play this Game.
How to Set Up Basic jQuery Validation in Two Minutes
I'll share with you how to set up Simple jQuery Validation. To validate our form, we'll use the jQuery Validation Plugin. The plugin's basic concept is to define validation rules and error messages in JavaScript for the HTML components.
How To Update Rows With Different Values In One Query
I am going to share how to update rows with different values in One Query. I have user data table. I have more then 100 user data. The user's gender has changed by mistake. So I want to change Gender mail to female and female to male.
How to Get Domain Name And Components from URL in PHP
The parse_url() function is inbuilt of PHP. you use parse_url() to get domain name and part, parse_url() function returned associative array There will be at least one element within the array. In this list, possible keys are: scheme-host, port, user, transfer, route, query-after the question mark?
How to Count More Than One Row
I am going to share how to count more than one row in SQL. Suppose You have list of user details and you want count more then one row. In bellow example you can use sql query to get data.