Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

trim() method in JavaScript

JavaScript String trim() method : The trim() method is used to trim the unwanted extra space from both sides (left and right). It returns the new string without having the white-space on both sides. It doesn't change the original string. Syntax of t

How to integrate PHP Mailer

Hello Reader's! If you want to send email some other than php mail then php mailer is the best option. PHPMailer provides an object oriented interface, but in case of php mail() is not object oriented. Let's see how to integarte php mailer function.

How to filter WooCommerce products by custom attribute

Hello Everyone, in this blog I teach you how to filter WooCommerce products by custom attribute. There are wide range of filter Plugins for filter product with custom attribute in WooCommerce like : 1. YITH WooCommerce Ajax Product Filter 2. WooCom

How to load a previous page using JavaScript ?

History back() method in JavaScript : The back() method of a history object is used to load the previous page browsed. In our application sometimes we required to go to last opened page, in this case the back() function is used. It is same as the bac

How to load a next page using JavaScript ?

History forward() method in JavaScript : The forward() method of a history object is used to load the next page browsed. In our application sometimes we required to go to next opened page, in this case the forward() function is used. It is same as th

how to show color in button of html form using Bootstrap CSS

Hello Reader's if you want to show color in the buttons then you can use bootstrap css. In this blog you can see and learn how to make them customize. Lets see my code as below:- <!DOCTYPE html> <html lang="en"> <head> <body&g

How to show max words left to insert into text area

Hello Reader's if you are making the html5 validation to set the max words inside the html form, Then by using Angular JS NG-Model you can easily make it. Lets's see how to do it as in the example below:- <!DOCTYPE html> <html> <scrip

How to send sms through Nexmo SMS Gateway in php?

In this post, I will be discussing about how to send SMS through PHP using Nexmo SMS API. To send SMS, we will be using Nexmo SMS API. There are a number of SMS Gateways like Clickatell, Twilio, and so on available in the market. However, I found Nex

How to get directory list?

To get directory list in PHP we have define a function get_dirlist() in which we are passing a parameter which is the name of the directory. Inside this function we are executing the ls command with the help of exec() function. Using this we will get

How to use readdir() function in php ?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to use readdir() function in php ? The readdir() function is used for returning the name of the next entry in a directory. This function returns the filename on success and re

1 220 408
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: