MilesWeb Review: #1 Reasons To Consider Their Managed Dedicated Hosting
How long have you been in the business? One year? 2 years or probably more, right? I don't know which hosting service you are using. But, if you have been doing business for a long time and have...
Get all days and dates for the selected month of a year using php
Try this code for following purpose Get all days and dates for the selected month of a year using phpHow to get full day name from date in phpGet day name from date in PHP Just Follow below step and...
How to show only 50 words using PHP
Try this code for following Pupose Php show only first 50 charactershow to show only 50 words using phpPhp limit string to 50 wordsDisplay limited text in PHPGet first 50 characters string php you...
How to show/hide an element on checkbox checked/unchecked states using jQuery?
Just use below code for following purpose How to show/hide an element on checkbox checked/unchecked states using jQuery?jquery show-hide div based on checkbox valueIf checkbox is checked show divon...
how to get checked checkbox value using jquery
You can use the jQuery :checked selector together with the each() method to retrieve the values of all checkboxes selected during a group. The each() method used here simply iterates over all the...
how to make seo friendly url using php
Utilizing URLs on your site that are program friendly is straight forward and straight forward to try to to because of PHP and Apache. we'll be utilizing permalinks that get obviate all the nasty...
PHP Program to count Page Views
Click, download a file, and redirect to another page
Follow the below instruction and modify your code with my code <!DOCTYPE html> <html> <head> <title>Click, download file and redirect to another page</title>...
How to get previous date from given date in php
How to get the previous date from a given date in PHP Just insert below code and you will get the previous date <?php echo date("D jS M Y",strtotime("-1 days"));?> Here is output Mon 10th Aug...
how to replace all special characters except underscore and period in php?
how to replace all special characters except underscore and period in PHP? <?php $string="a quick borown fox jump over the lazy dog & ( jkl/)-ov"; echo $string =...




