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 can adjust number of character i mean if you need to show only 20...
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 checkbox checked show div jqueryHow to show and hide input fields...
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 checkboxes that are checked. Let's try an example to check how it works:...
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 $_GET data that trails the top of most PHP scripts. An example of a SEO...
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> </head> <body> <a href="23.jpg" download...
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 2020
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 = preg_replace('/[^a-zA-Z0-9_.]/', '-', strtolower($string)); ?>...
how to use Select Box with Search Option using jQuery and php
How to use Select Box with Search Option using jquery and PHP? Step1: Create select2 folder Step2: Add index.html inside html add following code <!doctype html> <html class="demo"> <head> <meta charset="utf-8"> <meta...
how to get your facebook feed on your website
add a Facebook feed on your website. Just update your Facebook page link in below code <script> (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src =...