Get child element using JavaScript children property

By Faruque Ahamed Mollick

In this post, I am going to tell you how to get a child element from its parent using JavaScript. HTML DOM has children property that can return the collection of child elements. .... Read More

How to Play Audio After The Page Loads in HTML With JavaScript

By Saruque Ahamed Mollick

Hello developer, today I am going to show you how to play audio after page load in JavaScript. In many cases, it is seen that we need to play the audio file only after the webpage.... Read More

How To Get Selected Option from HTML Form Dropdown in jQuery

By Saruque Ahamed Mollick

Hi developer, I am happy to see that someone is looking for this tutorial because once I had faced the same problem on my project. The project was on a  Currency Converter PHP Sc.... Read More

How to Get Form Input Field Value In jQuery Easily

By Saruque Ahamed Mollick

Hello developer, Here you gonna learn how to get form input field value in jQuery very easily. I will show you how to fetch the input field value with the help of jQuery and therea.... Read More

Call PHP function after WooCommerce order completed using woocommerce_order_status_completed hook

By Faruque Ahamed Mollick

WooCommerce is an extendable WordPress plugin to start an eCommerce store. In this post, I am going to tell you how to call PHP function after WooCommerce order completed. WooComme.... Read More

Change HTML5 audio player src file in JavaScript

By Faruque Ahamed Mollick

In this post, I am going to show you how can you change HTML5 audio player src file in Javascript. It is quite easy to change the music file of an HTML5 audio player with JavaScrip.... Read More

How To Count The Number Of Characters Without Spaces in jQuery

By Saruque Ahamed Mollick

In this post, we gonna learn how to count characters without spaces in jQuery. It’s quite easy to do so. Follow the steps I’m gonna mention here. Create a textbox area..... Read More

Send SMS to Phone Number using Twilio in PHP

Send SMS to Phone Number using Twilio in PHP

By Faruque Ahamed Mollick | August 28, 2018

In this PHP snippets post, we are going to find a simple way to send SMS using Twilio in PHP. Here you will see how easily you can send SMS to a phone number using Twilio API. Before we go forward, let me tell you about Twilio in brief. Twilio is a cloud communications platform […] Read More

Related Posts