
Search In
Hello readers ,
Following are the steps to guide how you can show ads in your site.
Step 1
First sign in with google ad sense account using below link
https://www.google.com/adsense/start/
Step 2
After sign in with your google account you wil
Welcome to findnerd, today we are going to discuss How to pass variables and data from PHP to JavaScript.
In this blog we demonstrate and describe passing PHP variables containing simple data types to JavaScript.
There are actually several approache
after():
In JQuery, after() method is used to insert the data or content at the end as sibling of the element specify by the parameter.
Syntax:
$(selector).after(content,function(index,html))
Here, we have passed two parameters in the method:
Hello friends,
Today we learn to change the multiple attribute value using jQuery. To set multiple attribute value we will use a jQuery attr() method. This method is used for changing the attribute values. We can change multiple attributes with the
<?php $time=time();
$time_out=$time-60*24;
if($userInfo['deleteTime'] < $time_out){
$countTime=$userInfo['deleteTime'] - $time_out
?>
<
The sentence case is one in english language in which the first character of the sentence is in capitals
and the rest ones are in lower case.
Lets see how can we convert the given string in sentence case in php.
$string = 'let say
Hello Guys,
Today I am going to share a very interesting topic with you. We all use this in our normal daily life, But at that time non of us try to know how we can do this. How I will check this. How I come to know about this.
Yes, I
Hello Reader's ,
Hope you are doing good today.
Today in my blog I am going to explain how you can upload the image using proffer component in CakePHP 3.
First, you need to install Proffer Component in your project directory .Open
Working with GREP in Ruby
As we know that ruby contains a lot of built in modules, in which one of this is the Enumerable module. So before preceddingon what GREP is and How it works, first lets study a little info about Enumerable module.
&nb
Have you ever taken a risk at doing some movement utilizing plain Javascript or moving DIVs here and there or resizing them?! All things considered, you know then the amount of torment it is as not just you need to handle the troublesome piece of liv
