Related Articles
Funny HTML Jokes
What do you call a game where touching the person makes them NOT it? Alt tag. What did the SEO do on his honeymoon? A: He put a ânofollowâ outside the door. What do you call a dating service that only collects a fee when two people hit it off? Pay per click. A SEO […]
HTML Color Charts Hex Codes
HTML Color Chart Below is the hexadecimal representation for an array of HTML background colors. The hexadecimal value that you see displayed in each box represents the value to get the background color of that cell. #000000 #000033 #000066 #000099 #0000CC #0000FF #003300 #003333 #003366 #003399 #0033CC #0033FF #006600 #006633 #006666 #006699 #0066CC #0066FF #009900 […]
Simple PHP Program that checks data between two dates using jquery and returns result
Below is the PHP script for returning the result using from and two dates with jquery, using mysql as db. It pulls all the data present in between teh mentioned from and to dates. The jquery UI user datepicker it has functionalities like default date and onload show current date. From to