Hello friends today i will tell you how you can calculate ratio by php using 2 number. So let’s go. Ratio : The ratio is always in two homogeneous zodiacs. A ratio is obtained by dividing one amount into another. Like if A amount is divided by B amount.Then A / B is called the […]
See MoreAuthor: jyoti
How to use css method in jquery?
Hello friends today I will tell you through the tutorial how you can use css method in jquery. I will tell you step by step. So let’s go. jQuery CSS() method provides different ways. 1) CSS property Return With this, you can get the property value of specified css. syntax: css(“propertyname”); Example <!DOCTYPE html> <html> […]
See MoreHow to Generate 14 Digit Unique Random Number Using PHP?
Hello friends, today I will tell you through experts php tutorial how you can generate 14 digit random number through php. So let’s try to understand. You create a file called a fourteendigitrandom.php and then copy and paste this PHP Code into fourteendigitrandom.php file. Then after that you open it on the browser. You get […]
See MoreHow to Scroll to the Top of the Page Using JavaScript or Jquery With Demo?
Hello friends, today I will tell you through this post how you to scroll the top of the page Using Javascript or Jquery. So let’s go. You can scroll the page to the top very easily with javascript. Now I will tell you in 2 steps how to do it. So let’s go. Step 1:- […]
See MoreHow to Redirect Domain from HTTPS to HTTP Using .htaccess?
Hello friends, today I will tell you through this post how you to Redirect Domain from HTTPS to HTTP Using .htaccess. So let’s go. Add the code below to your website .htaccess file and then save it. RewriteEngine On RewriteCond %{HTTPS} on RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
See More