
Search In
Hello Reader's If you want to get all elements in the combinations then you can use PHP code to generate it.
Lets see the example as below:-
function pc_permute($items, $perms = array()) {
if (empty($items)) {
echo join(' ', $perms) . "
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to use glob() function in php ?
Basically the glob() function is used for returning an array of filenames or directories matching a specified pattern.
The glob() function retur
We can dynamically add class to the html using the jQuery.
It is used when we are adding html dynamically or when at an event we want that css to be called.
We can add the css class simply
$("button").click(function(){
$("h1,p,a,span").ad
We use Decorators for cleaning up view logic and models of a rails application. So if we use decorators, models and views would be less complex. When we use decorator for a project we might have a 1:1 mapping between models and decorators which means
With the help of JavaScript, I have created a dynamic checkbox function. When i will click on create button it will dynamically create a checkbox item list and by clicking on checkbox item it will be removed easily.
<html>
<head>
<tit
Hello Readers,
Here is the Example of Simple Zebra Table.
Here is the HTML
<table>
<tr>
<th>Name</th>
<th>Date of Birth</th>
<th>Age</th>
<
PHP does not provide any specific definitions of the magic methods or functions. It is the programmer who actually writes the code to the functions that defines which states what the magic functions will do. But, magic functions are not directly call
This error generally comes when we want to delete child table row. To solve this problem we have to disable the
foreign key checks.
SET FOREIGN_KEY_CHECKS=0;
Now you can fire your query.
DELETE FROM TABLE WHERE ID = 'Somthing';
You can enable forei
In this project following development have to be done on following technologies-
1. iPhone Development and Design
Development for iPhone devices no iPads
Android Development and Design-
Development for Android phone devices no Tablets
Admin backe
I usually have to copy a group of files to one or more USB drive. It quite difficult to send the files to the USB drives in the most effective and efficient way so that from a group of files, the ones that fit with the least amount of free space rema
