
Search In
How to search words in php using explode and implode function?:
I am posting this blog as many php coders got stuck while searching multiple terms using implode and explode. I have the form in which users are going to search multiple terms.
Here is
In magento sometimes we are required to apply our own custom fee charges to reflect them when we generate the PDF from invoice in admin panel.
Lets see how we can do it:
1. Create a module with namespace as Custom and module as Fee.
2. Then C
In Java there are fields but in Kotlin there are no fields like Java. Whatever variables we define in Kotlin class it becomes properties by default with internal implementations of it’s accessors.
let's try to understand
Hi Readers,
We can download video file from Youtube if we know youtube URL of the video. First you need to add attached files (HCYoutubeParser) into your project. Now you need to call following function into your code:
let video = HCYoutubeParser
In this blog we illustrate how to bind a dynamic dropdown list when dropdown list is coming from a databse in MVC
See the below Example code:
We bind a dropdownList for a States where the list of states is coming from a database.
We make Sta
Hello Reader's!, If you are looking for a code that can give the directory size from a given path, Then you can use below library code for both Windows and Linux hosting:-
If on a Windows Host:
<?
$filePath = 'c:/www/myfolder';
$obj = ne
We might face situation where we need to do something after slider is released. This may be some code that takes a bit long to execute or makes a request to server or invokes a secondary thread or any such code executing continuously with slider drag
When we go to the WordPress login page , we see the default WordPress logo there written "WordPress". We can customize it and can put any of the logo in place of that wordpress default logo.
It's easy: just open your functions.php file and paste the
Hello Friends,
If you are looking to implement calendar in Symfony2 by FormBuilder(). Please use the code below and make changes accordingly.
Please open your controller function
$filterform = $this->createFormBuilder()
->
hi i want to scrap all the pairs that kucoin support from the webpage but the code that i wrote just return a empty list. how should i correct it?
from bs4 import BeautifulSoup
from selenium import webdriver
driver = webdriver.Chrome(executable_p
