PHP Array Function

Here is the list of PHP array functions sizeof () :- This function is used to count the items of the array. (count() is also used instead of this).   Example:  

explode () :- This function is used…

Expand +

How to show image thumbnail before upload with jQuery

image thumbnail

Now, i am going to Share: How to show image thumbnail before upload with jQuery Step 1:- Put the following code in <body></body> section.

Step 2:- Put the script code in <head></head> section.

Step 3:- Put following CSS…

Expand +

Gravity Forms Woocommerce Product Add-on not sending notifications

Gravity form woocommerce

By default, Gravity Forms Add-Ons does not send email notifications when they are assigned to a product. The change below will enable Gravity Forms to send the notification. Woocommerce Gravity Form add-on Fix: gravityforms-product-addons.php, line: 567  

Expand +

bind google places autocomplete on textbox without instantiating a google map

Hello, In this post we will learn how to bind google places into textbox without instantiating google map. lets see how to do..

Expand +

PHP code to autocomplete places on textbox

PHP code to autocomplete places on textbox

Hello, In this post we will learn how to create autocomplete textbox field with places (Country, City, State) in php. For this purpose we will use google API  and autocomplete script. Code is below…Lets see how to do..

Expand +